summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-08 18:43:26 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-04-09 00:41:41 +0200
commit08e2d1a3b542a45215d0531bc5aa1ccd7a2c6993 (patch)
tree30afef1c2a58d8be6805cf25d059ff6bee63dadf
parentapp-misc/pipeworks: remove old. (diff)
downloadgentoo-08e2d1a3b542a45215d0531bc5aa1ccd7a2c6993.tar.gz
gentoo-08e2d1a3b542a45215d0531bc5aa1ccd7a2c6993.tar.bz2
gentoo-08e2d1a3b542a45215d0531bc5aa1ccd7a2c6993.zip
app-text/tabler: remove old.
-rw-r--r--app-text/tabler/tabler-2.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-text/tabler/tabler-2.ebuild b/app-text/tabler/tabler-2.ebuild
deleted file mode 100644
index e55a2d01d4dd..000000000000
--- a/app-text/tabler/tabler-2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A utility to create text art tables from delimited input"
-HOMEPAGE="https://sourceforge.net/projects/tabler/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
- dodoc AUTHORS ChangeLog README
-}