Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/polytable/
Date: Sat, 28 Sep 2019 12:13:35
Message-Id: 1569672805.a77c6308efd83210fbc87972ed4b15efa9d8dd89.slyfox@gentoo
1 commit: a77c6308efd83210fbc87972ed4b15efa9d8dd89
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 12:12:55 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 12:13:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77c6308
7
8 dev-tex/polytable: drop old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-tex/polytable/polytable-0.8.2.ebuild | 19 -------------------
14 1 file changed, 19 deletions(-)
15
16 diff --git a/dev-tex/polytable/polytable-0.8.2.ebuild b/dev-tex/polytable/polytable-0.8.2.ebuild
17 deleted file mode 100644
18 index a246945f13a..00000000000
19 --- a/dev-tex/polytable/polytable-0.8.2.ebuild
20 +++ /dev/null
21 @@ -1,19 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit latex-package
28 -
29 -DESCRIPTION="tabular-like environments with named columns"
30 -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/"
31 -# originally from:
32 -#SRC_URI="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/*"
33 -SRC_URI="mirror://gentoo/${P}.tar.gz"
34 -LICENSE="LPPL-1.2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~ppc ppc64 sparc x86"
37 -IUSE=""
38 -DEPEND=">=dev-tex/lazylist-1.0a"
39 -RDEPEND="${DEPEND}"
40 -S="${WORKDIR}/${PN}"