diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-17 02:04:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-17 02:04:53 +0000 |
commit | 77644d9aace53c709085366cdb04d692c4805426 (patch) | |
tree | d1129e3f7ae37139bde4c681c528ce4e3f020a80 | |
parent | Modified 3204 ebuild to hopefully fix problems with merging on amd64. Also a... (diff) | |
download | gentoo-2-77644d9aace53c709085366cdb04d692c4805426.tar.gz gentoo-2-77644d9aace53c709085366cdb04d692c4805426.tar.bz2 gentoo-2-77644d9aace53c709085366cdb04d692c4805426.zip |
only one inherit line
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.4.ebuild | 5 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.5.ebuild | 5 | ||||
-rw-r--r-- | dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-db/phpmyadmin/phpmyadmin-2.5.6.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.0.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.1.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.2.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.10.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild | 5 |
9 files changed, 18 insertions, 27 deletions
diff --git a/app-text/gnome-spell/gnome-spell-1.0.4.ebuild b/app-text/gnome-spell/gnome-spell-1.0.4.ebuild index df474112bfb2..d5dbcdf2e081 100644 --- a/app-text/gnome-spell/gnome-spell-1.0.4.ebuild +++ b/app-text/gnome-spell/gnome-spell-1.0.4.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.4.ebuild,v 1.8 2004/04/24 17:20:48 khai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.4.ebuild,v 1.9 2004/06/17 02:01:40 mr_bones_ Exp $ IUSE="" -inherit gnome.org gnome2 libtool -inherit debug # because this an unstable package +inherit gnome.org gnome2 libtool debug # because this an unstable package S="${WORKDIR}/${P}" DESCRIPTION="Gnome spellchecking component." diff --git a/app-text/gnome-spell/gnome-spell-1.0.5.ebuild b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild index 124e6c3883bc..f411fb5e3eed 100644 --- a/app-text/gnome-spell/gnome-spell-1.0.5.ebuild +++ b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.9 2004/04/27 03:17:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.10 2004/06/17 02:01:40 mr_bones_ Exp $ IUSE="" -inherit gnome.org gnome2 libtool -inherit debug # because this an unstable package +inherit gnome.org gnome2 libtool debug # because this an unstable package S="${WORKDIR}/${P}" DESCRIPTION="Gnome spellchecking component." diff --git a/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild b/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild index f290deaa0339..cd33ba370dde 100644 --- a/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild +++ b/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild,v 1.2 2004/05/08 18:59:27 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild,v 1.3 2004/06/17 02:03:22 mr_bones_ Exp $ -inherit eutils -inherit webapp +inherit eutils webapp MY_P=phpMyAdmin-${PV/_p/-pl} DESCRIPTION="Web-based administration for MySQL database in PHP" diff --git a/dev-db/phpmyadmin/phpmyadmin-2.5.6.ebuild b/dev-db/phpmyadmin/phpmyadmin-2.5.6.ebuild index 0b0a5c45680c..2b4a55f5aa4e 100644 --- a/dev-db/phpmyadmin/phpmyadmin-2.5.6.ebuild +++ b/dev-db/phpmyadmin/phpmyadmin-2.5.6.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.5.6.ebuild,v 1.9 2004/05/01 09:54:27 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.5.6.ebuild,v 1.10 2004/06/17 02:03:22 mr_bones_ Exp $ -inherit eutils -inherit webapp-apache +inherit eutils webapp-apache MY_P=phpMyAdmin-${PV/_rc/-rc} DESCRIPTION="Web-based administration for MySQL database in PHP" diff --git a/net-p2p/bittornado/bittornado-0.3.0.ebuild b/net-p2p/bittornado/bittornado-0.3.0.ebuild index 630fff177bc9..952caff515d4 100644 --- a/net-p2p/bittornado/bittornado-0.3.0.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.0.ebuild,v 1.2 2004/06/01 21:27:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.0.ebuild,v 1.3 2004/06/17 02:02:38 mr_bones_ Exp $ -inherit distutils -inherit eutils +inherit distutils eutils MY_PN="BitTornado" MY_P="${MY_PN}-${PV}" diff --git a/net-p2p/bittornado/bittornado-0.3.1.ebuild b/net-p2p/bittornado/bittornado-0.3.1.ebuild index 4b34169dcc25..4fea99d169c0 100644 --- a/net-p2p/bittornado/bittornado-0.3.1.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.1.ebuild,v 1.2 2004/06/01 21:27:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.1.ebuild,v 1.3 2004/06/17 02:02:38 mr_bones_ Exp $ -inherit distutils -inherit eutils +inherit distutils eutils MY_PN="BitTornado" MY_P="${MY_PN}-${PV}" diff --git a/net-p2p/bittornado/bittornado-0.3.2.ebuild b/net-p2p/bittornado/bittornado-0.3.2.ebuild index bf61c070b77d..53051ab23b90 100644 --- a/net-p2p/bittornado/bittornado-0.3.2.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.2.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.2.ebuild,v 1.1 2004/06/10 09:52:46 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.2.ebuild,v 1.2 2004/06/17 02:02:38 mr_bones_ Exp $ -inherit distutils -inherit eutils +inherit distutils eutils MY_PN="BitTornado" MY_P="${MY_PN}-${PV}" diff --git a/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.10.ebuild b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.10.ebuild index 4bfd5862169c..130c49556c98 100644 --- a/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.10.ebuild +++ b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.10.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.10.ebuild,v 1.2 2004/03/23 06:07:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.10.ebuild,v 1.3 2004/06/17 02:04:53 mr_bones_ Exp $ -inherit distutils -inherit eutils +inherit distutils eutils DESCRIPTION="TheShad0w's experimental BitTorrent client" HOMEPAGE="http://www.bittornado.com/" diff --git a/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild index 7332c42b4659..0bbfd08e59cd 100644 --- a/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild +++ b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild,v 1.3 2004/03/23 06:07:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild,v 1.4 2004/06/17 02:04:53 mr_bones_ Exp $ -inherit distutils -inherit eutils +inherit distutils eutils DESCRIPTION="TheShad0w's experimental BitTorrent client" HOMEPAGE="http://www.bittornado.com/" |