diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-12-09 23:03:45 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-12-09 23:03:45 +0000 |
commit | a1af2b717407d47b8ba4f4500f93992ec2999849 (patch) | |
tree | cdc6b14c24972407419456bbff1c4a41ef12c132 /sys-apps/util-linux | |
parent | added esound dependency. Fixes #11642 (diff) | |
download | historical-a1af2b717407d47b8ba4f4500f93992ec2999849.tar.gz historical-a1af2b717407d47b8ba4f4500f93992ec2999849.tar.bz2 historical-a1af2b717407d47b8ba4f4500f93992ec2999849.zip |
mark stable
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.11y.ebuild | 11 |
2 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 9e6f29de065c..ae633f280229 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/util-linux # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.16 2002/12/09 04:37:27 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.17 2002/12/09 23:00:53 azarah Exp $ -\* Autoupdate keywords (12-6-02) - 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + 10 Dec 2002; Martin Schlemmer <azarah@gentoo.org> util-linux-2.11y.ebuild : + Mark stable. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : + Changed sparc ~sparc keywords *util-linux-2.11y (27 Oct 2002) diff --git a/sys-apps/util-linux/util-linux-2.11y.ebuild b/sys-apps/util-linux/util-linux-2.11y.ebuild index 86fb3c8300f0..096aea70357a 100644 --- a/sys-apps/util-linux/util-linux-2.11y.ebuild +++ b/sys-apps/util-linux/util-linux-2.11y.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11y.ebuild,v 1.2 2002/12/09 04:37:27 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11y.ebuild,v 1.3 2002/12/09 23:00:53 azarah Exp $ IUSE="crypt nls" -CRYPT_PATCH_P=${P}-crypt-gentoo -S=${WORKDIR}/${P} +CRYPT_PATCH_P="${P}-crypt-gentoo" +S="${WORKDIR}/${P}" DESCRIPTION="Various useful Linux utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/${PN}/${P}.tar.gz crypt? ( http://gentoo.twobit.net/misc/${CRYPT_PATCH_P}.patch.gz )" # Patched for 2.11y -- NJ <carpaski@gentoo.org) # crypt? ( http://www.kernel.org/pub/linux/kernel/people/hvr/util-linux-patch-int/${CRYPT_PATCH_P}.patch.gz )" + HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2 sys-apps/pam-login" -RDEPEND="$DEPEND sys-devel/perl +RDEPEND="${DEPEND} sys-devel/perl nls? ( sys-devel/gettext )" SLOT="0" |