summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2007-01-22 07:58:03 +0000
committerHarald van Dijk <truedfx@gentoo.org>2007-01-22 07:58:03 +0000
commit85af4ed8ead625630dcaaa172b95381255da4490 (patch)
tree2de061937efdaed02c3ea359760149ddb8d2fb3b /app-portage
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-85af4ed8ead625630dcaaa172b95381255da4490.tar.gz
gentoo-2-85af4ed8ead625630dcaaa172b95381255da4490.tar.bz2
gentoo-2-85af4ed8ead625630dcaaa172b95381255da4490.zip
Version bump
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/cfg-update/ChangeLog10
-rw-r--r--app-portage/cfg-update/cfg-update-1.8.0-r5.ebuild48
-rw-r--r--app-portage/cfg-update/files/digest-cfg-update-1.7.22
-rw-r--r--app-portage/cfg-update/files/digest-cfg-update-1.8.0-r32
-rw-r--r--app-portage/cfg-update/files/digest-cfg-update-1.8.0-r53
5 files changed, 63 insertions, 2 deletions
diff --git a/app-portage/cfg-update/ChangeLog b/app-portage/cfg-update/ChangeLog
index 8eeb4beae45e..82489a281361 100644
--- a/app-portage/cfg-update/ChangeLog
+++ b/app-portage/cfg-update/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-portage/cfg-update
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.7 2006/07/08 20:20:23 josejx Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/ChangeLog,v 1.8 2007/01/22 07:58:03 truedfx Exp $
+
+*cfg-update-1.8.0-r5 (22 Jan 2007)
+
+ 22 Jan 2007; Harald van Dijk <truedfx@gentoo.org>
+ +cfg-update-1.8.0-r5.ebuild:
+ Version bump (#161388)
08 Jul 2006; Joseph Jezak <josejx@gentoo.org> cfg-update-1.8.0-r3.ebuild:
Added ~ppc for bug #139672.
diff --git a/app-portage/cfg-update/cfg-update-1.8.0-r5.ebuild b/app-portage/cfg-update/cfg-update-1.8.0-r5.ebuild
new file mode 100644
index 000000000000..60688619afff
--- /dev/null
+++ b/app-portage/cfg-update/cfg-update-1.8.0-r5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.0-r5.ebuild,v 1.1 2007/01/22 07:58:03 truedfx Exp $
+
+DESCRIPTION="Easy to use GUI & CLI alternative for etc-update with safe automatic updating functionality"
+HOMEPAGE="http://people.zeelandnet.nl/xentric/"
+SRC_URI="http://people.zeelandnet.nl/xentric/${PF}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="kde gnome"
+KEYWORDS="~amd64 ~ppc ~x86"
+RDEPEND="kde? ( >=x11-misc/sux-1.0
+ >=dev-util/xxdiff-2.9 )
+ gnome? ( >=x11-misc/sux-1.0
+ >=dev-util/meld-0.9 )"
+
+S=${WORKDIR}/${PF}
+
+pkg_postrm() {
+ ewarn
+ ewarn "If you want to permanently remove cfg-update from your system"
+ ewarn "you should manually remove the alias for emerge from /root/.bashrc"
+ ewarn "followed by running: unalias emerge"
+ ewarn "and remove the index file /usr/lib/cfg-update/checksum-index"
+ ewarn
+ ewarn "If you are just updating to a newer version you should read the"
+ ewarn "installation instructions on http://people.zeelandnet.nl/xentric"
+ ewarn
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe cfg-update emerge_with_indexing_for_cfg-update emerge_with_indexing_for_cfg-update_phphelper cfg-update_phphelper emerge_with_indexing_for_cfg-update_bashhelper
+ insinto /usr/lib/cfg-update
+ doins .bashrc ChangeLog cfg-update
+ doman *.8
+ insinto /etc
+ doins cfg-update.conf
+}
+
+pkg_postinst() {
+ einfo "Converting old backups to new filename format..."
+ cfg-update --convert-old-backups &>/dev/null
+ einfo "Trying to remove old emerge alias from /etc/profile..."
+ cfg-update --remove-old-alias &>/dev/null
+ ewarn "Please read the installation instructions on http://people.zeelandnet.nl/xentric"
+ ewarn "You need to run cfg-update --on after installation!"
+}
diff --git a/app-portage/cfg-update/files/digest-cfg-update-1.7.2 b/app-portage/cfg-update/files/digest-cfg-update-1.7.2
index 29e4fd8bc30e..6f8b22d08264 100644
--- a/app-portage/cfg-update/files/digest-cfg-update-1.7.2
+++ b/app-portage/cfg-update/files/digest-cfg-update-1.7.2
@@ -1 +1,3 @@
MD5 a8a54ba4bebf629b9abb38a3535c2f81 cfg-update-1.7.2.tar.gz 21389
+RMD160 147c4f0828b8b8f0fe530f28db3a31dc614084e8 cfg-update-1.7.2.tar.gz 21389
+SHA256 5817dd3bd59c36d13f047eab23cd1f7595f2b2688fcea7d1e135e6a4a3004675 cfg-update-1.7.2.tar.gz 21389
diff --git a/app-portage/cfg-update/files/digest-cfg-update-1.8.0-r3 b/app-portage/cfg-update/files/digest-cfg-update-1.8.0-r3
index ab00203a49b5..961407731e9f 100644
--- a/app-portage/cfg-update/files/digest-cfg-update-1.8.0-r3
+++ b/app-portage/cfg-update/files/digest-cfg-update-1.8.0-r3
@@ -1 +1,3 @@
MD5 4826caa300d6d3747e67e2f733180b8e cfg-update-1.8.0-r3.tar.gz 33595
+RMD160 15af5906200b7e0f98dbbd18254be87765783d15 cfg-update-1.8.0-r3.tar.gz 33595
+SHA256 756e40d21a0c46a38cea1eb5f6f23fec5d935687b4585bf43d50f918c94ffd60 cfg-update-1.8.0-r3.tar.gz 33595
diff --git a/app-portage/cfg-update/files/digest-cfg-update-1.8.0-r5 b/app-portage/cfg-update/files/digest-cfg-update-1.8.0-r5
new file mode 100644
index 000000000000..93d6047274dc
--- /dev/null
+++ b/app-portage/cfg-update/files/digest-cfg-update-1.8.0-r5
@@ -0,0 +1,3 @@
+MD5 20d95abe2700b823ba92df9c497d00d5 cfg-update-1.8.0-r5.tar.gz 36158
+RMD160 ef99cef427b5b1f62e78bb383aa6bda4d121fcba cfg-update-1.8.0-r5.tar.gz 36158
+SHA256 567b2ef42d5cc9015a7ae9786c6e89b73fa8fdd4f440d056050b528c40f00ee8 cfg-update-1.8.0-r5.tar.gz 36158