public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/etc-proposals: ChangeLog etc-proposals-1.4.3.ebuild etc-proposals-1.4.2.ebuild
@ 2008-11-30 13:06 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; only message in thread
From: Tobias Scherbaum (dertobi123) @ 2008-11-30 13:06 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/11/30 13:06:19

  Modified:             ChangeLog
  Added:                etc-proposals-1.4.3.ebuild
  Removed:              etc-proposals-1.4.2.ebuild
  Log:
  Version bump, fix depcreation warnings for python-2.6 (#237624)
  (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.5                  app-portage/etc-proposals/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/etc-proposals/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/etc-proposals/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/etc-proposals/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/etc-proposals/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	22 Jan 2008 16:01:39 -0000	1.4
+++ ChangeLog	30 Nov 2008 13:06:19 -0000	1.5
@@ -1,6 +1,12 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/etc-proposals/ChangeLog,v 1.5 2008/11/30 13:06:19 dertobi123 Exp $
+
+*etc-proposals-1.4.3 (30 Nov 2008)
+
+  30 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  -etc-proposals-1.4.2.ebuild, +etc-proposals-1.4.3.ebuild:
+  Version bump, fix depcreation warnings for python-2.6 (#237624)
 
 *etc-proposals-1.4.2 (22 Jan 2008)
 



1.1                  app-portage/etc-proposals/etc-proposals-1.4.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/etc-proposals/etc-proposals-1.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/etc-proposals/etc-proposals-1.4.3.ebuild?rev=1.1&content-type=text/plain

Index: etc-proposals-1.4.3.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.3.ebuild,v 1.1 2008/11/30 13:06:19 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!"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-30 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-30 13:06 [gentoo-commits] gentoo-x86 commit in app-portage/etc-proposals: ChangeLog etc-proposals-1.4.3.ebuild etc-proposals-1.4.2.ebuild Tobias Scherbaum (dertobi123)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox