diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-12 17:18:08 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-12 17:18:08 +0000 |
commit | a0603f9e598516f146273aa0c6bee08666ebde97 (patch) | |
tree | f0b3ee8326cfbda91d7eb2b40bcb1928b0b4d845 /www-client/opera-next | |
parent | Set HOMEPAGE according to the build release type. (diff) | |
download | gentoo-2-a0603f9e598516f146273aa0c6bee08666ebde97.tar.gz gentoo-2-a0603f9e598516f146273aa0c6bee08666ebde97.tar.bz2 gentoo-2-a0603f9e598516f146273aa0c6bee08666ebde97.zip |
Set HOMEPAGE according to the build release type.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-client/opera-next')
-rw-r--r-- | www-client/opera-next/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera-next/opera-next-12.14_pre1737.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-client/opera-next/ChangeLog b/www-client/opera-next/ChangeLog index eb497822e2c4..765a48b7ba74 100644 --- a/www-client/opera-next/ChangeLog +++ b/www-client/opera-next/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/opera-next # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.171 2013/02/06 18:37:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.172 2013/02/12 17:18:08 jer Exp $ + + 12 Feb 2013; Jeroen Roovers <jer@gentoo.org> opera-next-12.14_pre1737.ebuild: + Set HOMEPAGE according to the build release type. 06 Feb 2013; Jeroen Roovers <jer@gentoo.org> opera-next-12.13_pre1733.ebuild, opera-next-12.14_pre1737.ebuild: diff --git a/www-client/opera-next/opera-next-12.14_pre1737.ebuild b/www-client/opera-next/opera-next-12.14_pre1737.ebuild index e19e9d143c0d..c96da693ba28 100644 --- a/www-client/opera-next/opera-next-12.14_pre1737.ebuild +++ b/www-client/opera-next/opera-next-12.14_pre1737.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-client/opera-next/opera-next-12.14_pre1737.ebuild,v 1.2 2013/02/06 18:37:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.14_pre1737.ebuild,v 1.3 2013/02/12 17:18:08 jer Exp $ EAPI=4 inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator @@ -30,6 +30,8 @@ O_LINGUAS=" # == End of variables that often change == if [[ "pre${O_B/pre/}" = "${O_B}" ]]; then # snapshot: _pre + HOMEPAGE="http://my.opera.com/desktopteam/blog/" + O_D="${O_K}_${O_V}-${O_B/pre}" # directory string O_P="${PN}-${O_V}-${O_B/pre}" # package string O_U="http://snapshot.opera.com/unix/" # base URI |