summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-26 17:36:00 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-26 17:36:00 +0000
commitbfd4a848beeff620c30e6315ee724328ebd1a6ea (patch)
tree9abee82ab8f1dd6fa0c29f77fa6a3f93177aa4d8 /app-misc
parentStable on ppc64; bug #214767 (diff)
downloadhistorical-bfd4a848beeff620c30e6315ee724328ebd1a6ea.tar.gz
historical-bfd4a848beeff620c30e6315ee724328ebd1a6ea.tar.bz2
historical-bfd4a848beeff620c30e6315ee724328ebd1a6ea.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/detox/detox-1.1.0.ebuild38
-rw-r--r--app-misc/detox/detox-1.1.1-r1.ebuild37
-rw-r--r--app-misc/detox/detox-1.1.1.ebuild35
-rw-r--r--app-misc/detox/files/detox-1.1.0-destdir.patch29
-rw-r--r--app-misc/detox/files/detox-1.1.0-parallel_build.patch18
-rw-r--r--app-misc/symlinks/symlinks-1.2.ebuild38
-rw-r--r--app-misc/wipe/wipe-2.2.0.ebuild25
7 files changed, 0 insertions, 220 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
diff --git a/app-misc/symlinks/symlinks-1.2.ebuild b/app-misc/symlinks/symlinks-1.2.ebuild
deleted file mode 100644
index 9d7a99c6b1e6..000000000000
--- a/app-misc/symlinks/symlinks-1.2.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/symlinks/symlinks-1.2.ebuild,v 1.17 2005/01/01 15:25:09 eradicator Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Symlinks scans for and fixes broken or messy symlinks"
-HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
-SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz
- mirror://debian/pool/main/s/symlinks/${P/-/_}-4.1.diff.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="static"
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
-
- # bugfixes from the debian project.
- epatch ${DISTDIR}/${P/-/_}-4.1.diff.gz || die "patching failed"
-}
-
-src_compile() {
- # could be useful if being used to repair
- # symlinks that are preventing shared libraries from
- # functioning.
- use static && append-flags -static
- emake || die
-}
-
-src_install() {
- dobin symlinks || die
- doman symlinks.8
- dodoc symlinks.lsm
-}
diff --git a/app-misc/wipe/wipe-2.2.0.ebuild b/app-misc/wipe/wipe-2.2.0.ebuild
deleted file mode 100644
index e2be53583450..000000000000
--- a/app-misc/wipe/wipe-2.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.2.0.ebuild,v 1.12 2007/01/28 05:32:15 genone Exp $
-
-DESCRIPTION="Secure file wiping utility based on Peter Gutman's patterns"
-HOMEPAGE="http://wipe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wipe/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64 sparc"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_install() {
- dobin wipe || die "dobin failed"
- doman wipe.1
- dodoc CHANGES README TODO TESTING
-}
-
-pkg_postinst() {
- elog "Note that wipe is useless on journalling filesystems, such as reiserfs or XFS."
- elog "See documentation for more info."
-}