diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-16 10:25:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-16 10:25:12 +0000 |
commit | 52df70fa52aa66807fba8f746c6e3b36e8229181 (patch) | |
tree | 906c0f83cffd7d22ede5bc59dc68c16954725980 /x11-themes | |
parent | stable bump. fixed compile bug (#44688) (Manifest recommit) (diff) | |
download | gentoo-2-52df70fa52aa66807fba8f746c6e3b36e8229181.tar.gz gentoo-2-52df70fa52aa66807fba8f746c6e3b36e8229181.tar.bz2 gentoo-2-52df70fa52aa66807fba8f746c6e3b36e8229181.zip |
move inherit to the right place
Diffstat (limited to 'x11-themes')
4 files changed, 18 insertions, 13 deletions
diff --git a/x11-themes/mandrake-artwork/ChangeLog b/x11-themes/mandrake-artwork/ChangeLog index 3d00f17aa6bd..19322abc51ce 100644 --- a/x11-themes/mandrake-artwork/ChangeLog +++ b/x11-themes/mandrake-artwork/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/mandrake-artwork # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/ChangeLog,v 1.11 2004/03/20 06:52:29 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/ChangeLog,v 1.12 2004/04/16 10:23:16 mr_bones_ Exp $ + + 16 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + mandrake-artwork-0.9.1-r1.ebuild, mandrake-artwork-0.9.1.ebuild, + mandrake-artwork-0.9.ebuild: + move inherit to the right place *mandrake-artwork-1.0.0 (20 Mar 2004) diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild index 71a20f844bdb..c56bfe85c5cb 100644 --- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild +++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild,v 1.3 2003/09/06 07:28:56 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild,v 1.4 2004/04/16 10:23:16 mr_bones_ Exp $ + +inherit eutils MDK_EXTRAVERSION="1mdk" @@ -11,8 +13,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha" -inherit eutils - # Needed to build... DEPEND="app-arch/rpm2targz >=x11-libs/gtk+-2.0 diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild index 7c0fd63ac7dd..c076843c3ce7 100644 --- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild +++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild,v 1.3 2003/09/06 07:28:56 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild,v 1.4 2004/04/16 10:23:16 mr_bones_ Exp $ + +inherit eutils MDK_EXTRAVERSION="1mdk" @@ -11,8 +13,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha" -inherit eutils - # Needed to build... DEPEND="app-arch/rpm2targz >=x11-libs/gtk+-2.0 diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild index 7e6ee4cde527..30c604cdf83b 100644 --- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild +++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild,v 1.4 2003/09/06 07:28:56 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild,v 1.5 2004/04/16 10:23:16 mr_bones_ Exp $ + +inherit eutils MDK_EXTRAVERSION="2mdk" @@ -11,8 +13,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~alpha" -inherit eutils - # Needed to build... DEPEND="app-arch/rpm2targz >=x11-libs/gtk+-2.0 |