summaryrefslogtreecommitdiff
path: root/app-doc/linux-gazette/linux-gazette-81.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-31 20:30:04 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-31 20:30:04 +0000
commit4650985dd0e898b82e0d2ec225931297d4fadccf (patch)
treeeb0e8002cf3ebf1009110b6fec47fa90f873d824 /app-doc/linux-gazette/linux-gazette-81.ebuild
parent67f76a858f1ac826bd8a550d756d9ec6e340ed4f (diff)
gentoo resync : 31.01.2018
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-81.ebuild')
-rw-r--r--app-doc/linux-gazette/linux-gazette-81.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-81.ebuild b/app-doc/linux-gazette/linux-gazette-81.ebuild
deleted file mode 100644
index 358c64688906..000000000000
--- a/app-doc/linux-gazette/linux-gazette-81.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun"
-HOMEPAGE="http://linuxgazette.net/"
-SRC_URI="http://linuxgazette.net/ftpfiles/lg-issue${PV}.tar.gz"
-
-LICENSE="OPL"
-SLOT="${PV}"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND=">=app-doc/linux-gazette-base-${PV}"
-
-S=${WORKDIR}
-
-src_install() {
- dodir /usr/share/doc
- mv "${WORKDIR}"/lg "${D}"/usr/share/doc/${PN} || die
-}