summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:32:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:32:19 +0000
commit2a1805868216b914c0c0383bcb0c4b8cd9da54e3 (patch)
tree668080c9799c5ed59cb6e1237a45dd165ebf87cb /app-misc/rox
parentsyntax fixes (diff)
downloadhistorical-2a1805868216b914c0c0383bcb0c4b8cd9da54e3.tar.gz
historical-2a1805868216b914c0c0383bcb0c4b8cd9da54e3.tar.bz2
historical-2a1805868216b914c0c0383bcb0c4b8cd9da54e3.zip
removed old crusty ebuilds
Diffstat (limited to 'app-misc/rox')
-rw-r--r--app-misc/rox/files/digest-rox-1.2.12
-rw-r--r--app-misc/rox/files/digest-rox-1.3.21
-rw-r--r--app-misc/rox/rox-1.2.1.ebuild41
-rw-r--r--app-misc/rox/rox-1.3.2.ebuild41
4 files changed, 0 insertions, 85 deletions
diff --git a/app-misc/rox/files/digest-rox-1.2.1 b/app-misc/rox/files/digest-rox-1.2.1
deleted file mode 100644
index 66a55e9fc9fb..000000000000
--- a/app-misc/rox/files/digest-rox-1.2.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 46de53c01c6ccea7f3467ce7e37717cc rox-base-1.0.2.tgz 266984
-MD5 8b65c98c73bc08285101f5730e962027 rox-1.2.1.tgz 847454
diff --git a/app-misc/rox/files/digest-rox-1.3.2 b/app-misc/rox/files/digest-rox-1.3.2
deleted file mode 100644
index 18c89bac32cd..000000000000
--- a/app-misc/rox/files/digest-rox-1.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b28bb4bb25f6dc4a0da0cc462c8ee04c rox-1.3.2.tgz 1134544
diff --git a/app-misc/rox/rox-1.2.1.ebuild b/app-misc/rox/rox-1.2.1.ebuild
deleted file mode 100644
index 138a4178b79a..000000000000
--- a/app-misc/rox/rox-1.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.1.ebuild,v 1.7 2002/10/20 18:40:23 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager"
-HOMEPAGE="http://rox.sourceforge.net"
-BPN="rox-base"
-BPV="1.0.2"
-BP=${BPN}-${BPV}
-SRC_URI="mirror://sourceforge/rox/${BP}.tgz
- mirror://sourceforge/rox/${P}.tgz"
-
-DEPEND="=x11-libs/gtk+-1.2*
- >=media-libs/gdk-pixbuf-0.13
- dev-libs/libxml2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_install() {
- # libxml2 header fix
- CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2"
-
- cd ${WORKDIR}/${BP}/Choices
- mkdir -p ${D}/usr/share/Choices
- cp -rf MIME-icons/ ${D}/usr/share/Choices/
- cp -rf MIME-info/ ${D}/usr/share/Choices/
- cp -rf MIME-types/ ${D}/usr/share/Choices/
-
- cd ${WORKDIR}/${P}
- doman rox.1
- mkdir -p ${D}/usr/share/rox
- mkdir -p ${D}/usr/bin
- cp -rf ROX-Filer/ ${D}/usr/share/
- ${D}/usr/share/ROX-Filer/AppRun --compile
- echo "#!/bin/sh" > "${D}/usr/bin/rox"
- echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "${D}/usr/bin/rox"
- chmod a+x ${D}/usr/bin/rox
-}
diff --git a/app-misc/rox/rox-1.3.2.ebuild b/app-misc/rox/rox-1.3.2.ebuild
deleted file mode 100644
index c1fef54fe027..000000000000
--- a/app-misc/rox/rox-1.3.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.3.2.ebuild,v 1.6 2002/10/20 18:40:23 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager"
-HOMEPAGE="http://rox.sourceforge.net"
-SRC_URI="mirror://sourceforge/rox/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=">=x11-libs/gtk+-2.0.5
- >=dev-libs/glib-2.0.4
- >=dev-libs/libxml2-2.4.23
- >=x11-misc/shared-mime-info-0.7"
-
-src_install() {
- # libxml2 header fix
- CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2"
-
- cd ${WORKDIR}/${P}/Choices
- mkdir -p ${D}/usr/share/Choices
- cp -rf MIME-icons/ ${D}/usr/share/Choices/
- cp -rf MIME-types/ ${D}/usr/share/Choices/
-
- cd ${WORKDIR}/${P}
- doman rox.1
-
- mkdir -p ${D}/usr/share/mime/mime-info
- cp rox.mimeinfo ${D}/usr/share/mime/mime-info
-
- mkdir -p ${D}/usr/bin
- cp -rf ROX-Filer/ ${D}/usr/share/
- ${D}/usr/share/ROX-Filer/AppRun --compile
- (cd ${D}/usr/share/ROX-Filer/src; make clean) > /dev/null
- echo "#!/bin/sh" > "${D}/usr/bin/rox"
- echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "${D}/usr/bin/rox"
- chmod a+x ${D}/usr/bin/rox
-}