summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-28 01:57:48 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-28 01:59:39 +0300
commiteb20a9691bf62281cf713d0d86dbe0f147d5a92b (patch)
tree20460235a455459c2dc17d8ef2167ff9bf3c608d /app-doc/linux-gazette/linux-gazette-19.ebuild
parentapp-misc/clog: fix metadata.xml file. (diff)
downloadgentoo-eb20a9691bf62281cf713d0d86dbe0f147d5a92b.tar.gz
gentoo-eb20a9691bf62281cf713d0d86dbe0f147d5a92b.tar.bz2
gentoo-eb20a9691bf62281cf713d0d86dbe0f147d5a92b.zip
app-doc/: remove linux-gazette-*
Closes: https://bugs.gentoo.org/628960
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-19.ebuild')
-rw-r--r--app-doc/linux-gazette/linux-gazette-19.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-19.ebuild b/app-doc/linux-gazette/linux-gazette-19.ebuild
deleted file mode 100644
index 358c64688906..000000000000
--- a/app-doc/linux-gazette/linux-gazette-19.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
-}