summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-07-29 08:25:31 +0000
committerJustin Lecher <jlec@gentoo.org>2015-07-29 08:25:31 +0000
commitbed16ac54a1fc172981f246f60663fb3aa33b259 (patch)
treea5100509aa298077dfa4dff01652166c3912221c /app-misc
parentDrop old (diff)
downloadgentoo-2-bed16ac54a1fc172981f246f60663fb3aa33b259.tar.gz
gentoo-2-bed16ac54a1fc172981f246f60663fb3aa33b259.tar.bz2
gentoo-2-bed16ac54a1fc172981f246f60663fb3aa33b259.zip
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/detox/ChangeLog5
-rw-r--r--app-misc/detox/detox-1.2.0-r2.ebuild46
2 files changed, 4 insertions, 47 deletions
diff --git a/app-misc/detox/ChangeLog b/app-misc/detox/ChangeLog
index e9d3e2c4d362..d4402545fa68 100644
--- a/app-misc/detox/ChangeLog
+++ b/app-misc/detox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/detox
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v 1.38 2015/07/23 20:34:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v 1.39 2015/07/29 08:25:31 jlec Exp $
+
+ 29 Jul 2015; Justin Lecher <jlec@gentoo.org> -detox-1.2.0-r2.ebuild:
+ Drop old
23 Jul 2015; Pacho Ramos <pacho@gentoo.org> detox-1.2.0-r3.ebuild:
ppc stable wrt bug #552902
diff --git a/app-misc/detox/detox-1.2.0-r2.ebuild b/app-misc/detox/detox-1.2.0-r2.ebuild
deleted file mode 100644
index e89d66faffe8..000000000000
--- a/app-misc/detox/detox-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/detox-1.2.0-r2.ebuild,v 1.5 2012/07/29 18:03:08 armin76 Exp $
-
-EAPI=4
-
-inherit base
-
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="Safely remove spaces and strange characters from filenames"
-HOMEPAGE="http://detox.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}"/${MY_P}
-
-RDEPEND="dev-libs/popt"
-DEPEND="${RDEPEND}
- sys-devel/flex
- sys-devel/bison"
-
-PATCHES=(
- "${FILESDIR}"/${P}-parallel.patch
- "${FILESDIR}"/${P}-LDFLAGS.patch
- "${FILESDIR}"/${P}-change-default-sequence-to-use-utf8-table.patch
- "${FILESDIR}"/${P}-install-missing-file.patch
- )
-
-src_prepare() {
- sed \
- -e 's:Fl c Ar:Fl f Ar:g' \
- -i ${PN}.1 || die
- base_src_prepare
- sed \
- -e '/detoxrc.sample/d' \
- -i Makefile.in || die
-}
-
-src_configure() {
- econf --with-popt="${EPREFIX}/usr"
-}