summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-09-07 11:56:48 +0000
committerSimon Stelling <blubb@gentoo.org>2006-09-07 11:56:48 +0000
commit6568f4546f5e0e32920827334fd7c6ad8bcc1276 (patch)
treed5acc2c11a103e20fca037d48e014f1e9154a87e /app-portage
parentAdded ~ppc64; bug #146676 (diff)
downloadgentoo-2-6568f4546f5e0e32920827334fd7c6ad8bcc1276.tar.gz
gentoo-2-6568f4546f5e0e32920827334fd7c6ad8bcc1276.tar.bz2
gentoo-2-6568f4546f5e0e32920827334fd7c6ad8bcc1276.zip
version bump
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/conf-update/ChangeLog7
-rw-r--r--app-portage/conf-update/conf-update-0.11.0.ebuild38
-rw-r--r--app-portage/conf-update/files/digest-conf-update-0.11.03
3 files changed, 47 insertions, 1 deletions
diff --git a/app-portage/conf-update/ChangeLog b/app-portage/conf-update/ChangeLog
index 95213fe12970..14847836dacf 100644
--- a/app-portage/conf-update/ChangeLog
+++ b/app-portage/conf-update/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/conf-update
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/conf-update/ChangeLog,v 1.6 2006/08/31 20:51:19 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/conf-update/ChangeLog,v 1.7 2006/09/07 11:56:48 blubb Exp $
+
+*conf-update-0.11.0 (07 Sep 2006)
+
+ 07 Sep 2006; <blubb@gentoo.org> +conf-update-0.11.0.ebuild:
+ version bump
31 Aug 2006; <blubb@gentoo.org> conf-update-0.10.0.ebuild:
drop the -Wno-pointer-sign as it's gcc-4 only
diff --git a/app-portage/conf-update/conf-update-0.11.0.ebuild b/app-portage/conf-update/conf-update-0.11.0.ebuild
new file mode 100644
index 000000000000..b37b5b168ddf
--- /dev/null
+++ b/app-portage/conf-update/conf-update-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/conf-update/conf-update-0.11.0.ebuild,v 1.1 2006/09/07 11:56:48 blubb Exp $
+
+DESCRIPTION="${PN} is a ncurses-based config management utility"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~blubb/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2
+ dev-libs/openssl
+ sys-libs/ncurses"
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ sed -i -e "s/\$Rev:.*\\$/${PVR}/" conf-update.h
+
+ # gcc-4.1-only option
+ sed -i -e "s:-Wno-pointer-sign::g" Makefile
+}
+
+src_install() {
+ into /usr
+ dosbin ${PN}
+
+ insinto /etc
+ doins ${PN}.conf
+
+ doman *.1
+}
diff --git a/app-portage/conf-update/files/digest-conf-update-0.11.0 b/app-portage/conf-update/files/digest-conf-update-0.11.0
new file mode 100644
index 000000000000..7f2b3561173a
--- /dev/null
+++ b/app-portage/conf-update/files/digest-conf-update-0.11.0
@@ -0,0 +1,3 @@
+MD5 e41b038e265bfad9ce771915c2e8d087 conf-update-0.11.0.tar.bz2 16799
+RMD160 61bdf9efd75d37c1fd30a5ac9163c7d5ffcfff95 conf-update-0.11.0.tar.bz2 16799
+SHA256 0dab87fa57850fdac1ffab07b9cc8378e8c051e51f5692161c094a54da4c0980 conf-update-0.11.0.tar.bz2 16799