diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-08-30 08:25:53 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-08-30 08:25:53 +0000 |
commit | 42ca572dd375fefd5a95b84a577e56dca7a70390 (patch) | |
tree | f8387713e105a58734d499a46be0b12958be4646 /app-portage | |
parent | Whoops, last commit had the xwininfo dependancy shifted to the wrong place. R... (diff) | |
download | gentoo-2-42ca572dd375fefd5a95b84a577e56dca7a70390.tar.gz gentoo-2-42ca572dd375fefd5a95b84a577e56dca7a70390.tar.bz2 gentoo-2-42ca572dd375fefd5a95b84a577e56dca7a70390.zip |
version bump
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/conf-update/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/conf-update/conf-update-0.10.0.ebuild | 35 | ||||
-rw-r--r-- | app-portage/conf-update/files/digest-conf-update-0.10.0 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/app-portage/conf-update/ChangeLog b/app-portage/conf-update/ChangeLog index bf6261ed51d1..a92a28a77270 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.4 2006/08/21 16:55:25 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/conf-update/ChangeLog,v 1.5 2006/08/30 08:25:53 blubb Exp $ + +*conf-update-0.10.0 (30 Aug 2006) + + 30 Aug 2006; <blubb@gentoo.org> +conf-update-0.10.0.ebuild: + version bump 21 Aug 2006; <blubb@gentoo.org> +metadata.xml, conf-update-0.9.ebuild: fix bug 144633 and add the lost metadata.xml diff --git a/app-portage/conf-update/conf-update-0.10.0.ebuild b/app-portage/conf-update/conf-update-0.10.0.ebuild new file mode 100644 index 000000000000..ac3f2024e6df --- /dev/null +++ b/app-portage/conf-update/conf-update-0.10.0.ebuild @@ -0,0 +1,35 @@ +# 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.10.0.ebuild,v 1.1 2006/08/30 08:25:53 blubb Exp $ + +DESCRIPTION="${PN} is a ncurses-based config management utility" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${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 +} + +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.10.0 b/app-portage/conf-update/files/digest-conf-update-0.10.0 new file mode 100644 index 000000000000..e22d8ba1f983 --- /dev/null +++ b/app-portage/conf-update/files/digest-conf-update-0.10.0 @@ -0,0 +1,3 @@ +MD5 7598b6c4020f867d850509a9770f9af4 conf-update-0.10.0.tar.bz2 16831 +RMD160 40ffa138a43da1ed3d3b1fd682c8d402aab780f1 conf-update-0.10.0.tar.bz2 16831 +SHA256 819dfeca11b4ef4ed6c8d77f1858fcdcf0f6a1840fc7e00fd063ee050d707024 conf-update-0.10.0.tar.bz2 16831 |