diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-11-17 15:05:22 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-11-17 15:05:22 +0000 |
commit | f348e6636ac01bff6abe15eb1c14823e721e1752 (patch) | |
tree | 709f70e314844957bb45f86b135a875b46d93873 /rox-extra | |
parent | Bug 155429 - Fixed inherit order (diff) | |
download | gentoo-2-f348e6636ac01bff6abe15eb1c14823e721e1752.tar.gz gentoo-2-f348e6636ac01bff6abe15eb1c14823e721e1752.tar.bz2 gentoo-2-f348e6636ac01bff6abe15eb1c14823e721e1752.zip |
Bug 155429 - Fixed inherit order
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/songer/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/songer/songer-0.1.2.ebuild | 15 |
2 files changed, 9 insertions, 11 deletions
diff --git a/rox-extra/songer/ChangeLog b/rox-extra/songer/ChangeLog index 303d2abb0dda..4d252ccd9200 100644 --- a/rox-extra/songer/ChangeLog +++ b/rox-extra/songer/ChangeLog @@ -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 diff --git a/rox-extra/songer/songer-0.1.2.ebuild b/rox-extra/songer/songer-0.1.2.ebuild index a681f37cb314..f86464981b22 100644 --- a/rox-extra/songer/songer-0.1.2.ebuild +++ b/rox-extra/songer/songer-0.1.2.ebuild @@ -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 |