diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:56:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:56:31 +0000 |
commit | 92c9f54b7c2974a4eadb547d2e668fb8276ae0a5 (patch) | |
tree | c7b6169bdec799607c1c2cfbc5386f46a76580b9 /sys-apps/man | |
parent | glibc -> libc (Manifest recommit) (diff) | |
download | gentoo-2-92c9f54b7c2974a4eadb547d2e668fb8276ae0a5.tar.gz gentoo-2-92c9f54b7c2974a4eadb547d2e668fb8276ae0a5.tar.bz2 gentoo-2-92c9f54b7c2974a4eadb547d2e668fb8276ae0a5.zip |
glibc -> libc
Diffstat (limited to 'sys-apps/man')
-rw-r--r-- | sys-apps/man/man-1.5l-r6.ebuild | 18 | ||||
-rw-r--r-- | sys-apps/man/man-1.5m-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/man/man-1.5m.ebuild | 4 |
3 files changed, 12 insertions, 14 deletions
diff --git a/sys-apps/man/man-1.5l-r6.ebuild b/sys-apps/man/man-1.5l-r6.ebuild index 17758b99bd05..8256e40caae9 100644 --- a/sys-apps/man/man-1.5l-r6.ebuild +++ b/sys-apps/man/man-1.5l-r6.ebuild @@ -1,28 +1,26 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r6.ebuild,v 1.13 2004/06/24 22:14:22 agriffis Exp $ - -IUSE="nls" +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r6.ebuild,v 1.14 2004/06/30 02:52:00 vapier Exp $ inherit eutils NV="${PV}" S="${WORKDIR}/${PN}-${NV}" DESCRIPTION="Standard commands to read man pages" -SRC_URI="mirror://kernel/linux/utils/man/man-${NV}.tar.gz" HOMEPAGE="http://freshmeat.net/projects/man/" +SRC_URI="mirror://kernel/linux/utils/man/man-${NV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ppc64" +IUSE="nls" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4 nls? ( sys-devel/gettext )" - RDEPEND="sys-apps/cronbase >=sys-apps/groff-1.18" -SLOT="0" -KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ppc64" -LICENSE="GPL-2" - src_unpack() { unpack ${A} diff --git a/sys-apps/man/man-1.5m-r1.ebuild b/sys-apps/man/man-1.5m-r1.ebuild index 46354f8a6212..7d2f430c6fb7 100644 --- a/sys-apps/man/man-1.5m-r1.ebuild +++ b/sys-apps/man/man-1.5m-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m-r1.ebuild,v 1.7 2004/06/24 22:14:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m-r1.ebuild,v 1.8 2004/06/30 02:52:00 vapier Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc alpha ~arm ~hppa amd64 ~ia64 s390" IUSE="nls" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" RDEPEND="sys-apps/cronbase >=sys-apps/groff-1.18 diff --git a/sys-apps/man/man-1.5m.ebuild b/sys-apps/man/man-1.5m.ebuild index ea05e0a5c419..fea67cd83734 100644 --- a/sys-apps/man/man-1.5m.ebuild +++ b/sys-apps/man/man-1.5m.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m.ebuild,v 1.13 2004/06/24 22:14:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m.ebuild,v 1.14 2004/06/30 02:52:00 vapier Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~alpha arm hppa ~amd64 ia64 s390" IUSE="nls" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" RDEPEND="sys-apps/cronbase >=sys-apps/groff-1.18" |