diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2012-01-26 15:30:23 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2012-01-26 15:30:23 +0000 |
commit | 8bcc688c22574b20b3d8c627407df1dbea6ab289 (patch) | |
tree | 77ff99e1d608f151c6a1e58597c708b7aab67d1a /www-client/seamonkey-bin | |
parent | Why the heck were we still calling update_mozilla_launcher_symlinks in pkg_po... (diff) | |
download | gentoo-2-8bcc688c22574b20b3d8c627407df1dbea6ab289.tar.gz gentoo-2-8bcc688c22574b20b3d8c627407df1dbea6ab289.tar.bz2 gentoo-2-8bcc688c22574b20b3d8c627407df1dbea6ab289.zip |
Remove useless eclass inherit
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'www-client/seamonkey-bin')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild | 6 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index e07b61a38b2f..233c100302d0 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.114 2012/01/24 23:52:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.115 2012/01/26 15:30:23 nirbheek Exp $ + + 26 Jan 2012; Nirbheek Chauhan <nirbheek@gentoo.org> seamonkey-bin-2.5.ebuild, + seamonkey-bin-2.6.1.ebuild: + Remove useless eclass inherit 24 Jan 2012; Jeff Horelick <jdhore@gentoo.org> metadata.xml: Take full maintenance of this package now that I am a developer. diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild index 4881e1282b24..4c3e521884a9 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild,v 1.4 2011/12/20 08:31:09 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild,v 1.5 2012/01/26 15:30:23 nirbheek Exp $ EAPI="4" -inherit eutils mozilla-launcher multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils +inherit eutils multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils LANGS=(be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it ja lt nb-NO nl pl pt-PT ru sk sv-SE tr zh-CN) diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild index 5a90789dc458..104156b3f352 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild,v 1.3 2012/01/12 15:31:06 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild,v 1.4 2012/01/26 15:30:23 nirbheek Exp $ EAPI="4" -inherit eutils mozilla-launcher multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils +inherit eutils multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils LANGS=(be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it ja lt nb-NO nl pl pt-PT ru sk sv-SE tr zh-CN) |