summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/man-pages-de/man-pages-de-0.5.ebuild')
-rw-r--r--app-i18n/man-pages-de/man-pages-de-0.5.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-i18n/man-pages-de/man-pages-de-0.5.ebuild b/app-i18n/man-pages-de/man-pages-de-0.5.ebuild
deleted file mode 100644
index 0de19b5f0308..000000000000
--- a/app-i18n/man-pages-de/man-pages-de-0.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.5.ebuild,v 1.2 2007/03/26 13:47:21 armin76 Exp $
-
-DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations"
-HOMEPAGE="http://www.infodrom.org/projects/manpages-de/"
-SRC_URI="http://www.infodrom.org/projects/manpages-de/download/manpages-de-${PV}.tar.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="sys-apps/man"
-
-S=${WORKDIR}/manpages-de-${PV}
-
-src_compile() { :; }
-
-src_install() {
- make MANDIR="${D}"/usr/share/man/de install || die
- dodoc CHANGES README
-
- # Remove man pages provided by other packages
- # - shadow
- rm "${D}"/usr/share/man/de/man1/{chsh,groups,login,passwd,newgrp}.1*
- # - man
- rm "${D}"/usr/share/man/de/man1/{apropos,man,whatis}.1*
-}