summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2006-11-17 15:03:16 +0000
committerJim Ramsay <lack@gentoo.org>2006-11-17 15:03:16 +0000
commitbdf13d49c5cff6e0fd74e35fe72d27c6684f0244 (patch)
treebf526808b06d93d8439fba6457e5143c34001505 /rox-extra/roxget
parentBug 155429 - Fixed inherit order (diff)
downloadgentoo-2-bdf13d49c5cff6e0fd74e35fe72d27c6684f0244.tar.gz
gentoo-2-bdf13d49c5cff6e0fd74e35fe72d27c6684f0244.tar.bz2
gentoo-2-bdf13d49c5cff6e0fd74e35fe72d27c6684f0244.zip
Bug 155429 - Fixed inherit order
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'rox-extra/roxget')
-rw-r--r--rox-extra/roxget/ChangeLog5
-rw-r--r--rox-extra/roxget/roxget-0.0.4.ebuild17
2 files changed, 9 insertions, 13 deletions
diff --git a/rox-extra/roxget/ChangeLog b/rox-extra/roxget/ChangeLog
index 86c64e09bbd7..93814a6cd3ec 100644
--- a/rox-extra/roxget/ChangeLog
+++ b/rox-extra/roxget/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for rox-extra/roxget
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxget/ChangeLog,v 1.6 2006/11/01 17:25:02 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxget/ChangeLog,v 1.7 2006/11/17 15:03:16 lack Exp $
+
+ 17 Nov 2006; Jim Ramsay <lack@gentoo.org> roxget-0.0.4.ebuild:
+ Bug 155429 - Fixed inherit order
01 Nov 2006; Jim Ramsay <lack@gentoo.org> metadata.xml:
Now owned by new rox herd
diff --git a/rox-extra/roxget/roxget-0.0.4.ebuild b/rox-extra/roxget/roxget-0.0.4.ebuild
index b989a7376e9c..78c4ea51bc5d 100644
--- a/rox-extra/roxget/roxget-0.0.4.ebuild
+++ b/rox-extra/roxget/roxget-0.0.4.ebuild
@@ -1,31 +1,25 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxget/roxget-0.0.4.ebuild,v 1.2 2005/02/10 19:20:52 sergey Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxget/roxget-0.0.4.ebuild,v 1.3 2006/11/17 15:03:16 lack Exp $
-DESCRIPTION="ROXget - Download Handler for the ROX Desktop"
+ROX_LIB_VER=1.9.16
+inherit rox
+DESCRIPTION="ROXget - Download Handler for the ROX Desktop"
MY_PN="ROXget"
-
MY_PV="004"
-
HOMEPAGE="http://nipul.digitillogic.net/"
SRC_URI="http://nipul.digitillogic.net/${MY_PN}-${MY_PV}.tar.bz2"
-
LICENSE="MIT"
-
SLOT="0"
-
KEYWORDS="~x86"
-
IUSE=""
DEPEND="dev-python/urlgrabber"
-ROX_LIB_VER=1.9.16
APPNAME=${MY_PN}
-
S=${WORKDIR}/${MY_PN}-${MY_PV}
src_unpack() {
@@ -35,4 +29,3 @@ src_unpack() {
mv * ${APPNAME}/
}
-inherit rox