summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-15 22:14:18 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-15 22:16:39 +0300
commitd4750da3c3e0b98e0dc7cff16fe1960c7932437d (patch)
tree26e52d1c53d33ea184521ed7358888a154d4553c /app-misc/lxsplit
parentapp-misc/lxsplit: amd64 stable wrt bug #664458 (diff)
downloadgentoo-d4750da3c3e0b98e0dc7cff16fe1960c7932437d.tar.gz
gentoo-d4750da3c3e0b98e0dc7cff16fe1960c7932437d.tar.bz2
gentoo-d4750da3c3e0b98e0dc7cff16fe1960c7932437d.zip
app-misc/lxsplit: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc/lxsplit')
-rw-r--r--app-misc/lxsplit/lxsplit-0.2.4.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-misc/lxsplit/lxsplit-0.2.4.ebuild b/app-misc/lxsplit/lxsplit-0.2.4.ebuild
deleted file mode 100644
index b4cf94587c86..000000000000
--- a/app-misc/lxsplit/lxsplit-0.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="Command-line file splitter/joiner for Linux"
-HOMEPAGE="http://lxsplit.sourceforge.net"
-SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_compile() {
- tc-export CC
- emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
- dobin lxsplit || die
- dodoc ChangeLog README || die
-}