diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
commit | 561e3ec2d8c2ca7fe26e41be6657c261c0ac099e (patch) | |
tree | ad028cd559c9f1b94c799be46e647a7973f584e7 /app-misc/rox | |
parent | Added SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff) | |
download | historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.tar.gz historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.tar.bz2 historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.zip |
repoman'd
Diffstat (limited to 'app-misc/rox')
-rw-r--r-- | app-misc/rox/rox-1.2.0.ebuild | 9 | ||||
-rw-r--r-- | app-misc/rox/rox-1.2.1.ebuild | 10 | ||||
-rw-r--r-- | app-misc/rox/rox-1.3.2.ebuild | 11 |
3 files changed, 11 insertions, 19 deletions
diff --git a/app-misc/rox/rox-1.2.0.ebuild b/app-misc/rox/rox-1.2.0.ebuild index a58d3e53f56e..f85b633ef28f 100644 --- a/app-misc/rox/rox-1.2.0.ebuild +++ b/app-misc/rox/rox-1.2.0.ebuild @@ -1,17 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.0.ebuild,v 1.5 2002/07/11 03:10:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.0.ebuild,v 1.6 2002/07/25 19:18:34 seemant Exp $ +S=${WORKDIR}/${P} HOMEPAGE="http://rox.sourceforge.net" DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager" - -S=${WORKDIR}/${P} SRC_URI="mirror://sourceforge/rox/rox-base-1.0.1.tgz mirror://sourceforge/rox/${P}.tgz" -DEPEND="virtual/glibc - >=x11-base/xfree-4.0.3 - =x11-libs/gtk+-1.2* +DEPEND="=x11-libs/gtk+-1.2* >=media-libs/gdk-pixbuf-0.13 dev-libs/libxml2" diff --git a/app-misc/rox/rox-1.2.1.ebuild b/app-misc/rox/rox-1.2.1.ebuild index cb4e4d32d19e..b4f5a0f03a51 100644 --- a/app-misc/rox/rox-1.2.1.ebuild +++ b/app-misc/rox/rox-1.2.1.ebuild @@ -1,19 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.1.ebuild,v 1.1 2002/07/11 03:10:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.1.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $ -HOMEPAGE="http://rox.sourceforge.net" +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} -S=${WORKDIR}/${P} SRC_URI="mirror://sourceforge/rox/${BP}.tgz mirror://sourceforge/rox/${P}.tgz" -DEPEND="virtual/glibc - >=x11-base/xfree-4.0.3 - =x11-libs/gtk+-1.2* +DEPEND="=x11-libs/gtk+-1.2* >=media-libs/gdk-pixbuf-0.13 dev-libs/libxml2" diff --git a/app-misc/rox/rox-1.3.2.ebuild b/app-misc/rox/rox-1.3.2.ebuild index e8e1b0638be3..924894a73200 100644 --- a/app-misc/rox/rox-1.3.2.ebuild +++ b/app-misc/rox/rox-1.3.2.ebuild @@ -1,24 +1,21 @@ # 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.1 2002/07/13 14:23:15 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.3.2.ebuild,v 1.2 2002/07/25 19:18:34 seemant 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-base/xfree-4.0.3 +DEPEND=">=x11-libs/gtk+-2.0.5 >=dev-libs/glib-2.0.4 - >=x11-libs/gtk+-2.0.5 >=dev-libs/libxml2-2.4.23 >=x11-misc/shared-mime-info-0.7" -RDEPEND="${DEPEND}" - - -S=${WORKDIR}/${P} src_install() { |