diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-28 01:57:48 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-28 01:59:39 +0300 |
commit | eb20a9691bf62281cf713d0d86dbe0f147d5a92b (patch) | |
tree | 20460235a455459c2dc17d8ef2167ff9bf3c608d /app-doc/linux-gazette/linux-gazette-103.ebuild | |
parent | app-misc/clog: fix metadata.xml file. (diff) | |
download | gentoo-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-103.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-103.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-103.ebuild b/app-doc/linux-gazette/linux-gazette-103.ebuild deleted file mode 100644 index 05f8fe21495e..000000000000 --- a/app-doc/linux-gazette/linux-gazette-103.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-${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}/lg - -src_install() { - dodir /usr/share/doc - mv "${S}" "${D}"/usr/share/doc/${PN} || die -} |