diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-26 17:31:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-26 17:31:47 +0000 |
commit | 11b77ca0ce52184f5c51cbccf215a28b9e460cb8 (patch) | |
tree | 95f25a1151f65ae28b9b97db2f1e4bc43a0c9357 /app-misc/detox | |
parent | x86 stable, remove old (diff) | |
download | gentoo-2-11b77ca0ce52184f5c51cbccf215a28b9e460cb8.tar.gz gentoo-2-11b77ca0ce52184f5c51cbccf215a28b9e460cb8.tar.bz2 gentoo-2-11b77ca0ce52184f5c51cbccf215a28b9e460cb8.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/detox')
-rw-r--r-- | app-misc/detox/detox-1.1.0.ebuild | 38 | ||||
-rw-r--r-- | app-misc/detox/detox-1.1.1-r1.ebuild | 37 | ||||
-rw-r--r-- | app-misc/detox/detox-1.1.1.ebuild | 35 | ||||
-rw-r--r-- | app-misc/detox/files/detox-1.1.0-destdir.patch | 29 | ||||
-rw-r--r-- | app-misc/detox/files/detox-1.1.0-parallel_build.patch | 18 |
5 files changed, 0 insertions, 157 deletions
diff --git a/app-misc/detox/detox-1.1.0.ebuild b/app-misc/detox/detox-1.1.0.ebuild deleted file mode 100644 index 968c180edd22..000000000000 --- a/app-misc/detox/detox-1.1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/detox-1.1.0.ebuild,v 1.3 2007/07/12 03:35:11 mr_bones_ Exp $ - -inherit eutils - -DESCRIPTION="detox safely removes spaces and strange characters from filenames" -HOMEPAGE="http://detox.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~sparc ~mips ~hppa" -IUSE="" - -DEPEND="dev-libs/popt - sys-devel/flex - sys-devel/bison" - -RDEPEND="dev-libs/popt" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${P}-destdir.patch - epatch ${FILESDIR}/${P}-parallel_build.patch -} - -src_compile() { - econf --with-popt || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc README CHANGES -} diff --git a/app-misc/detox/detox-1.1.1-r1.ebuild b/app-misc/detox/detox-1.1.1-r1.ebuild deleted file mode 100644 index 3b2645224482..000000000000 --- a/app-misc/detox/detox-1.1.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/detox-1.1.1-r1.ebuild,v 1.8 2007/07/12 03:35:11 mr_bones_ Exp $ - -inherit eutils - -DESCRIPTION="detox safely removes spaces and strange characters from filenames" -HOMEPAGE="http://detox.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~hppa mips ~ppc sparc x86" -IUSE="" - -DEPEND="dev-libs/popt - sys-devel/flex - sys-devel/bison" - -RDEPEND="dev-libs/popt" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-use-correct-type.diff -} - -src_compile() { - econf --with-popt || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - rm -f "${D}/etc/detoxrc.sample" - dodoc README CHANGES -} diff --git a/app-misc/detox/detox-1.1.1.ebuild b/app-misc/detox/detox-1.1.1.ebuild deleted file mode 100644 index 1ec4a4af2501..000000000000 --- a/app-misc/detox/detox-1.1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/detox-1.1.1.ebuild,v 1.4 2007/07/12 03:35:11 mr_bones_ Exp $ - -inherit eutils - -DESCRIPTION="detox safely removes spaces and strange characters from filenames" -HOMEPAGE="http://detox.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 sparc mips ~hppa ~amd64" -IUSE="" - -DEPEND="dev-libs/popt - sys-devel/flex - sys-devel/bison" - -RDEPEND="dev-libs/popt" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - econf --with-popt || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc README CHANGES -} diff --git a/app-misc/detox/files/detox-1.1.0-destdir.patch b/app-misc/detox/files/detox-1.1.0-destdir.patch deleted file mode 100644 index 29f2e25eee82..000000000000 --- a/app-misc/detox/files/detox-1.1.0-destdir.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- detox-1.1.0/Makefile.in.orig 2005-03-05 21:58:20.021389152 +0000 -+++ detox-1.1.0/Makefile.in 2005-03-05 21:59:01.885024912 +0000 -@@ -90,16 +90,16 @@ - # - - install: detox -- ${INSTALL} -d ${bindir} -- ${INSTALL} -d ${mandir}/man1 -- ${INSTALL} -d ${mandir}/man5 -- ${INSTALL} -d ${sysconfdir} -- ${INSTALL} -d ${datadir}/detox -- ${INSTALL} detox ${bindir} -- ${INSTALL} detox.1 ${mandir}/man1 -- ${INSTALL} detoxrc.5 detox.tbl.5 ${mandir}/man5 -- ${INSTALL} detoxrc ${sysconfdir} -- ${INSTALL} iso8859_1.tbl unicode.tbl ${datadir}/detox -+ ${INSTALL} -d ${DESTDIR}/${bindir} -+ ${INSTALL} -d ${DESTDIR}/${mandir}/man1 -+ ${INSTALL} -d ${DESTDIR}/${mandir}/man5 -+ ${INSTALL} -d ${DESTDIR}/${sysconfdir} -+ ${INSTALL} -d ${DESTDIR}/${datadir}/detox -+ ${INSTALL} detox ${DESTDIR}/${bindir} -+ ${INSTALL} detox.1 ${DESTDIR}/${mandir}/man1 -+ ${INSTALL} detoxrc.5 detox.tbl.5 ${DESTDIR}/${mandir}/man5 -+ ${INSTALL} detoxrc ${DESTDIR}/${sysconfdir} -+ ${INSTALL} iso8859_1.tbl unicode.tbl ${DESTDIR}/${datadir}/detox - - clean: - rm -f *.o core *~ a.out *.core diff --git a/app-misc/detox/files/detox-1.1.0-parallel_build.patch b/app-misc/detox/files/detox-1.1.0-parallel_build.patch deleted file mode 100644 index 743016ff36b4..000000000000 --- a/app-misc/detox/files/detox-1.1.0-parallel_build.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- detox-1.1.0/Makefile.in.orig 5 Mar 2005 05:02:12 -0000 1.24 -+++ detox-1.1.0/Makefile.in 6 Mar 2005 05:19:41 -0000 -@@ -72,11 +72,14 @@ - ${LEX} config_file.l - mv lex.yy.c config_file_l.c - --config_file_y.h config_file_y.c: config_file.y -+config_file_y.c: config_file.y - ${YACC} -d config_file.y - mv y.tab.c config_file_y.c - mv y.tab.h config_file_y.h - -+# In case some future rule depends on config_file_y.h -+config_file_y.h: config_file_y.c -+ - detox_path.h: config.status - > detox_path.h - echo "char default_etc_dir[]=\"${sysconfdir}\";" >> detox_path.h |