diff options
Diffstat (limited to 'app-portage')
4 files changed, 0 insertions, 42 deletions
diff --git a/app-portage/portage-manpages/files/digest-portage-manpages-1.1 b/app-portage/portage-manpages/files/digest-portage-manpages-1.1 deleted file mode 100644 index 3222e25b95ad..000000000000 --- a/app-portage/portage-manpages/files/digest-portage-manpages-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8017b912db377528f5dc1a26621461c3 portage-manpages-1.1.tar.bz2 17542 diff --git a/app-portage/portage-manpages/files/digest-portage-manpages-1.2 b/app-portage/portage-manpages/files/digest-portage-manpages-1.2 deleted file mode 100644 index 372a65a356dd..000000000000 --- a/app-portage/portage-manpages/files/digest-portage-manpages-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 41f644eb31cc6baab02ac093236635de portage-manpages-1.2.tar.bz2 18053 diff --git a/app-portage/portage-manpages/portage-manpages-1.1.ebuild b/app-portage/portage-manpages/portage-manpages-1.1.ebuild deleted file mode 100644 index f5b66cb2907e..000000000000 --- a/app-portage/portage-manpages/portage-manpages-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-manpages/portage-manpages-1.1.ebuild,v 1.3 2005/12/31 13:53:32 vapier Exp $ - -DESCRIPTION="collection of Gentoo manpages" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR}/man - -src_install() { - doman * || die -} diff --git a/app-portage/portage-manpages/portage-manpages-1.2.ebuild b/app-portage/portage-manpages/portage-manpages-1.2.ebuild deleted file mode 100644 index fe5ba4a0338c..000000000000 --- a/app-portage/portage-manpages/portage-manpages-1.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-manpages/portage-manpages-1.2.ebuild,v 1.2 2006/03/30 14:26:28 flameeyes Exp $ - -DESCRIPTION="collection of Gentoo manpages" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - doman * || die -} |