diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-04-25 23:05:31 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-04-25 23:05:31 +0000 |
commit | b1920cd977454fa8713229c2133eb5edd33e6729 (patch) | |
tree | 86f5d773f04b5a4a9e92fc354dd3716dae5ca455 /www-plugins | |
parent | Don't die on gentoo hardened. (diff) | |
download | gentoo-2-b1920cd977454fa8713229c2133eb5edd33e6729.tar.gz gentoo-2-b1920cd977454fa8713229c2133eb5edd33e6729.tar.bz2 gentoo-2-b1920cd977454fa8713229c2133eb5edd33e6729.zip |
inherit cvs.eclass to make it part of @live-rebuild
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/google-talkplugin/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index 0e4574fb691e..6c812ae08060 100644 --- a/www-plugins/google-talkplugin/ChangeLog +++ b/www-plugins/google-talkplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/google-talkplugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.48 2013/04/22 13:58:04 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.49 2013/04/25 23:05:31 ottxor Exp $ + + 25 Apr 2013; Christoph Junghans <ottxor@gentoo.org> + google-talkplugin-9999.ebuild: + inherit cvs.eclass to make it part of @live-rebuild 22 Apr 2013; Christoph Junghans <ottxor@gentoo.org> google-talkplugin-3.17.0.0.ebuild, google-talkplugin-9999.ebuild: diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 634959764829..2d79a9bc23c3 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.13 2013/04/22 13:58:04 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.14 2013/04/25 23:05:31 ottxor Exp $ EAPI=4 @@ -14,6 +14,7 @@ if [ "${PV}" != "9999" ]; then SRC_URI="x86? ( ${MY_URL}/${MY_PKG} ) amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )" else + inherit cvs #hack to make it part of @live-rebuild MY_URL="http://dl.google.com/linux/direct" MY_PKG="${PN}_current_i386.deb" SRC_URI="" |