ChangeLog

# ChangeLog for app-portage/etc-proposals
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/etc-proposals/ChangeLog,v 1.4 2008/01/22 16:01:39 dertobi123 Exp $

*etc-proposals-1.4.2 (22 Jan 2008)

22 Jan 2008; Tobias Scherbaum
-etc-proposals-1.4.1.ebuild, +etc-proposals-1.4.2.ebuild:
Version bump

*etc-proposals-1.4.1 (02 Jan 2008)

02 Jan 2008; Tobias Scherbaum
-etc-proposals-1.4.ebuild, +etc-proposals-1.4.1.ebuild:
Version bump, bug #203984

01 Jan 2008; Tobias Scherbaum
etc-proposals-1.4.ebuild:
Fix SRC_URI

*etc-proposals-1.4 (01 Jan 2008)

01 Jan 2008; Tobias Scherbaum +metadata.xml,
+etc-proposals-1.4.ebuild:
Initial Import, ebuild by Björn Michaelsen, bug #155546

Manifest

DIST etc-proposals-1.4.2.tar.gz 53718 RMD160 981673cc11d77ea56404be56d93f255c6a291c8c SHA1 5fe866b8f46dd1578ac4457d52c6f18dbf84526b SHA256 c9eacdd52efc146e291f0462bab1c9763a590a55f570fe70118ae759737e9b78
EBUILD etc-proposals-1.4.2.ebuild 1099 RMD160 3f88d1051a4f6b59ebd70aa60b774f803c318e4a SHA1 a51d0583409a5303ee9e61fa46de47b4a7c8047c SHA256 4b4dfbdf0315e57a6abe3b0bd4612124a1ecc29e03ea4276bcb1939f9b541f98
MISC ChangeLog 867 RMD160 967d15a5accb9567e52cfddcca1b8024c4f2c588 SHA1 3a1777cac41cc71ede385cbedf475f9167f8b09c SHA256 19fe15a9eb18e843f43541d139f5e19d06e8bd3424dc91e5037f7f2be2a33a10
MISC metadata.xml 256 RMD160 7ba7e5dfce95b75377cf4a30745dcc4dbde95086 SHA1 f94dd3063baa0db02c98317f36dc243ffd2bbb50 SHA256 f4325cb611d6c7b7e2f87f8c89d325eb086df309605b53de578d6f8bc62b07ae

etc-proposals-1.4.2.ebuild

# Copyright 2007-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/etc-proposals/etc-proposals-1.4.2.ebuild,v 1.1 2008/01/22 16:01:39 dertobi123 Exp $

inherit distutils

DESCRIPTION="a set of tools for updating gentoo config files"
HOMEPAGE="http://developer.berlios.de/projects/etc-proposals/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"

IUSE="gtk qt4"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND="gtk? ( >=dev-python/pygtk-2.10 )
qt4? ( >=dev-python/PyQt4-4.1.1 )"
RDEPEND="${DEPEND}"

src_install(){
distutils_src_install
dosbin "${D}"/usr/bin/etc-proposals
rm -rf "${D}"/usr/bin
}

pkg_postinst() {
elog "The configuration file has been installed to /etc/etc-proposals.conf"
elog "If you are installing etc-proposals for the first time or updating"
elog "from a version < 1.3 you should run the following command once:"
elog "etc-proposals --init-db"
ewarn "A full backup of /etc and other files managed by CONFIG_PROTECT"
ewarn "is highly advised before testing this tool!"
}

metadata.xml




no-herd

dertobi123@gentoo.org
Tobias Scherbaum