diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-24 12:45:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-24 12:52:44 +0200 |
commit | abca5f5140d84bbd49cac384699cec91bb66f3d1 (patch) | |
tree | bcfedca30d7e0fa21dba5a53d5df5cf401fcfccd /app-portage | |
parent | media-video/avinfo: Remove last-rited pkg, #432718 (diff) | |
download | gentoo-abca5f5140d84bbd49cac384699cec91bb66f3d1.tar.gz gentoo-abca5f5140d84bbd49cac384699cec91bb66f3d1.tar.bz2 gentoo-abca5f5140d84bbd49cac384699cec91bb66f3d1.zip |
app-portage/g-ctan: Remove last-rited pkg, #429998
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/g-ctan/Manifest | 1 | ||||
-rw-r--r-- | app-portage/g-ctan/g-ctan-2011.1-r1.ebuild | 19 | ||||
-rw-r--r-- | app-portage/g-ctan/g-ctan-2011.1.ebuild | 23 | ||||
-rw-r--r-- | app-portage/g-ctan/metadata.xml | 8 |
4 files changed, 0 insertions, 51 deletions
diff --git a/app-portage/g-ctan/Manifest b/app-portage/g-ctan/Manifest deleted file mode 100644 index 272f9aa31a9e..000000000000 --- a/app-portage/g-ctan/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST g-ctan-2011.1.tar.bz2 29154 SHA256 35544fbccae772b4f3fd6589c660f82621bc500deafb0e906fdd7436ec9d3fa4 SHA512 4b82178b1acce765df9beb9a94087d154e70803d7b7b49db40a52148672f5f6293bea53471d5ac1f8b7576bf4c679d4901f38441a3c30946cbcad91b0bc8ba9c WHIRLPOOL fb3ae8a9bb791e26ed8e87de52ca07cd921dd652406dfae57a71917b53a0c28c80c1de31884b8606b753513a3175247920d864e6cbd4d206a4375ce19968c85b diff --git a/app-portage/g-ctan/g-ctan-2011.1-r1.ebuild b/app-portage/g-ctan/g-ctan-2011.1-r1.ebuild deleted file mode 100644 index 54eba57bc25b..000000000000 --- a/app-portage/g-ctan/g-ctan-2011.1-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="Generate and install ebuilds from the TeXLive package manager" -HOMEPAGE="https://launchpad.net/g-ctan" -SRC_URI="https://launchpad.net/g-ctan/${PV/\.*/}/${PV}/+download/${P}.tar.bz2" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" - -IUSE="" -DEPEND="" -RDEPEND="~app-text/texlive-2011 - app-arch/xz-utils - >=dev-libs/libpcre-0.7.6" diff --git a/app-portage/g-ctan/g-ctan-2011.1.ebuild b/app-portage/g-ctan/g-ctan-2011.1.ebuild deleted file mode 100644 index a23a368fb123..000000000000 --- a/app-portage/g-ctan/g-ctan-2011.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -DESCRIPTION="Generate and install ebuilds from the TeXLive package manager" -HOMEPAGE="https://launchpad.net/g-ctan" -SRC_URI="https://launchpad.net/g-ctan/${PV/\.*/}/${PV}/+download/${P}.tar.bz2" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" - -IUSE="" -DEPEND="" -RDEPEND="~app-text/texlive-2011 - app-arch/xz-utils - >=dev-libs/libpcre-0.7.6" - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/app-portage/g-ctan/metadata.xml b/app-portage/g-ctan/metadata.xml deleted file mode 100644 index 5dda9327fe16..000000000000 --- a/app-portage/g-ctan/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="launchpad">g-ctan</remote-id> - </upstream> -</pkgmetadata> |