summaryrefslogtreecommitdiff
path: root/dev-tex/polytable
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-tex/polytable
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-tex/polytable')
-rw-r--r--dev-tex/polytable/Manifest3
-rw-r--r--dev-tex/polytable/metadata.xml12
-rw-r--r--dev-tex/polytable/polytable-0.8.2-r1.ebuild19
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-tex/polytable/Manifest b/dev-tex/polytable/Manifest
deleted file mode 100644
index c41f5f2b11d8..000000000000
--- a/dev-tex/polytable/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST polytable-0.8.2.tar.gz 23443 BLAKE2B f9ee01d2c5d0bb2a8ad56fa50afa2bbf7ee75015c57f725d50e8a912ebf0db8144fb1fc100a950cbef01fd1651d7f62eddfb4f85b50f2aaf9e8517f011e9418f SHA512 5fea2db7467817d13055124f8b2d1b8ee26d7edfae7fcc3a21c1cf44b4d22f6bbfa53fe47f71a02c0e9da3d6bf8ebf486dae88723676a76fbbb7818d6fb17c9e
-EBUILD polytable-0.8.2-r1.ebuild 551 BLAKE2B 0ab723043acddff4f54467f8b8364a475c3e953dd6f792489890bea05e557041b7f68e0ff03c08b0da30b4004d425e9d8b61294b51f378c32481f9c1659c65d7 SHA512 3623762f111615e94a00520cc672eb0438fa05ae3eef75aedd8fe122af0027a0b9bfac3977d9b4be9c9cf98553994fbb792f19edc0c44ada10657d6e15200b8b
-MISC metadata.xml 358 BLAKE2B 3f5e83a9b333d6c597ffa57ca34c74186b48789ca4fbfb10087d31740e53ec215052d9a10b659d5f7006641a34fb47d83179f93b1eba92fa19514a238a38ae88 SHA512 dbc254e5e7925c09f99e64a91fba2f8f63d4b7a12c41a5c13bf315352885f24058cec0becc6e25e98153d2a82f49772f4bc61d1cb21ae5e9ad061b58771fb7fb
diff --git a/dev-tex/polytable/metadata.xml b/dev-tex/polytable/metadata.xml
deleted file mode 100644
index 5523851d5d80..000000000000
--- a/dev-tex/polytable/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
-<maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-tex/polytable/polytable-0.8.2-r1.ebuild b/dev-tex/polytable/polytable-0.8.2-r1.ebuild
deleted file mode 100644
index 93f18f7716ca..000000000000
--- a/dev-tex/polytable/polytable-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit latex-package
-
-DESCRIPTION="tabular-like environments with named columns"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/"
-# originally from:
-#SRC_URI="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/*"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="LPPL-1.2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-DEPEND=">=dev-tex/lazylist-1.0a"
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}"