Bug 155429 - Fixed inherit order
authorJim Ramsay <lack@gentoo.org>
Fri, 17 Nov 2006 15:05:22 +0000 (15:05 +0000)
committerJim Ramsay <lack@gentoo.org>
Fri, 17 Nov 2006 15:05:22 +0000 (15:05 +0000)
Package-Manager: portage-2.1.2_rc1-r6

rox-extra/roxget/ChangeLog
rox-extra/roxget/roxget-0.0.4.ebuild
rox-extra/songer/ChangeLog
rox-extra/songer/songer-0.1.2.ebuild

index 86c64e09bbd7ed672613991676718f6dd2d7f050..93814a6cd3ec63d19e70a8de37ce0c8f035be33f 100644 (file)
@@ -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
index b989a7376e9cebd72c8d10af2b5852a8dedf412d..78c4ea51bc5d07806a82f474808cd1bf98496fe2 100644 (file)
@@ -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
index 303d2abb0dda36f89b17841971722bb8033db1f4..4d252ccd9200d6b66b6e3e4e0c385c48bd06a940 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for rox-extra/songer
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/songer/ChangeLog,v 1.5 2006/11/01 17:25:02 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/songer/ChangeLog,v 1.6 2006/11/17 15:05:22 lack Exp $
+
+  17 Nov 2006; Jim Ramsay <lack@gentoo.org> songer-0.1.2.ebuild:
+  Bug 155429 - Fixed inherit order
 
   01 Nov 2006; Jim Ramsay <lack@gentoo.org> metadata.xml:
   Now owned by new rox herd
index a681f37cb314736b7cc269aef711c18af6d0de7d..f86464981b22cac4c2b4812999527619e9ec4263 100644 (file)
@@ -1,25 +1,20 @@
-# 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/songer/songer-0.1.2.ebuild,v 1.2 2005/03/06 00:40:41 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/songer/songer-0.1.2.ebuild,v 1.3 2006/11/17 15:05:22 lack Exp $
 
-DESCRIPTION="Songer - An ID3 tag editor for the ROX Desktop"
+ROX_LIB_VER=1.9.10
+inherit rox
 
+DESCRIPTION="Songer - An ID3 tag editor for the ROX Desktop"
 HOMEPAGE="http://songer.sf.net"
-
 SRC_URI="mirror://sourceforge/songer/${P}.tgz"
 
 LICENSE="GPL-2"
-
 SLOT="0"
-
 KEYWORDS="~x86 ~ppc"
-
 IUSE=""
 
-ROX_LIB_VER=1.9.10
-
 APPNAME=Songer
 
 #S=${WORKDIR}
 
-inherit rox