diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2013-07-11 17:06:04 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2013-07-11 17:06:04 +0000 |
commit | 6997fbebae87bf8d8ff98b44daec6116da542469 (patch) | |
tree | e315366d0eecdb072bf75252dedd1764bce042a8 /media-sound/pithos | |
parent | dev-libs/quazip: Enable testsuite (diff) | |
download | gentoo-2-6997fbebae87bf8d8ff98b44daec6116da542469.tar.gz gentoo-2-6997fbebae87bf8d8ff98b44daec6116da542469.tar.bz2 gentoo-2-6997fbebae87bf8d8ff98b44daec6116da542469.zip |
Rename pithos-9999 to pithos-99999999 so the live will have a higher version that the release.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 5C350883)
Diffstat (limited to 'media-sound/pithos')
-rw-r--r-- | media-sound/pithos/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/pithos/pithos-99999999.ebuild (renamed from media-sound/pithos/pithos-9999.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/media-sound/pithos/ChangeLog b/media-sound/pithos/ChangeLog index cef2a49537ce..66f8cd59cd5f 100644 --- a/media-sound/pithos/ChangeLog +++ b/media-sound/pithos/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/pithos # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.1 2013/07/10 23:14:43 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/ChangeLog,v 1.2 2013/07/11 17:06:04 chutzpah Exp $ + +*pithos-99999999 (11 Jul 2013) + + 11 Jul 2013; Patrick McLean <chutz@gentoo.org> -pithos-9999.ebuild, + +pithos-99999999.ebuild: + Rename pithos-9999 to pithos-99999999 so the live will have a higher version + that the release. *pithos-20130710 (10 Jul 2013) *pithos-9999 (10 Jul 2013) diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-99999999.ebuild index 5e46bfff186c..00bea458d062 100644 --- a/media-sound/pithos/pithos-9999.ebuild +++ b/media-sound/pithos/pithos-99999999.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-9999.ebuild,v 1.1 2013/07/10 23:14:43 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pithos/pithos-99999999.ebuild,v 1.1 2013/07/11 17:06:04 chutzpah Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) inherit eutils distutils-r1 -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == 99999999 ]]; then inherit git-2 EGIT_REPO_URI="git://github.com/kevinmehall/pithos.git https://github.com/kevinmehall/pithos.git" else - MY_PV="759fd22b993b063527866dedfb335a88d0c71766" + MY_PV="" SRC_URI="https://github.com/kevinmehall/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}" fi |