diff options
author | 2012-07-14 18:54:25 +0000 | |
---|---|---|
committer | 2012-07-14 18:54:25 +0000 | |
commit | b80d06554b759ffe23262b21e005b4f2195a72b8 (patch) | |
tree | 0eba07b843a63ce82477a55f2979d68ec36495fc /net-misc | |
parent | marked x86 per bug 424745 (diff) | |
download | gentoo-2-b80d06554b759ffe23262b21e005b4f2195a72b8.tar.gz gentoo-2-b80d06554b759ffe23262b21e005b4f2195a72b8.tar.bz2 gentoo-2-b80d06554b759ffe23262b21e005b4f2195a72b8.zip |
version bump
(Portage version: 2.2.0_alpha118/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/grive/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/grive/grive-0.2.0.ebuild (renamed from net-misc/grive/grive-0.2_pre20120628.ebuild) | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/grive/ChangeLog b/net-misc/grive/ChangeLog index a598a9732c5f..ae360c2baedb 100644 --- a/net-misc/grive/ChangeLog +++ b/net-misc/grive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/grive # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.2 2012/07/01 17:45:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.3 2012/07/14 18:54:25 ottxor Exp $ + +*grive-0.2.0 (14 Jul 2012) + + 14 Jul 2012; Christoph Junghans <ottxor@gentoo.org> +grive-0.2.0.ebuild, + -grive-0.2_pre20120628.ebuild: + version bump 01 Jul 2012; Agostino Sarubbo <ago@gentoo.org> grive-0.2_pre20120628.ebuild: add ~amd64, wrt to bug #424425 @@ -10,4 +16,3 @@ 30 Jun 2012; Christoph Junghans <ottxor@gentoo.org> +grive-0.2_pre20120628.ebuild, +metadata.xml: initial commit - diff --git a/net-misc/grive/grive-0.2_pre20120628.ebuild b/net-misc/grive/grive-0.2.0.ebuild index 0c4ef2a98624..819674c12a7c 100644 --- a/net-misc/grive/grive-0.2_pre20120628.ebuild +++ b/net-misc/grive/grive-0.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild,v 1.2 2012/07/01 17:45:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v 1.1 2012/07/14 18:54:25 ottxor Exp $ EAPI=4 inherit cmake-utils eutils multilib if [ "${PV}" != "9999" ]; then - SRC_URI="http://dev.gentoo.org/~ottxor/distfiles/${P}.tar.gz" + SRC_URI="http://www.lbreda.com/${PN}/_media/packages/${PV}/${P}.tar.gz" else SRC_URI="" inherit git-2 |