diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-02-29 08:35:13 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-02-29 08:35:13 +0000 |
commit | edc7c19f5d4f4df28177b642fb426a6b6066b460 (patch) | |
tree | 6ecf82aba04c25a3dde7657a01ffd19553fb5120 /net-mail | |
parent | Version bump. (diff) | |
download | gentoo-2-edc7c19f5d4f4df28177b642fb426a6b6066b460.tar.gz gentoo-2-edc7c19f5d4f4df28177b642fb426a6b6066b460.tar.bz2 gentoo-2-edc7c19f5d4f4df28177b642fb426a6b6066b460.zip |
net-mail/notmuch-0.10.2-r2: Cosmetic change in SRC_URI.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.10.2-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index 6283064bc0f6..04473a3b2a7f 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.28 2012/02/29 07:41:23 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.29 2012/02/29 08:35:13 aidecoe Exp $ + + 29 Feb 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> + notmuch-0.10.2-r2.ebuild: + Cosmetic change in SRC_URI. *notmuch-0.10.2-r2 (29 Feb 2012) diff --git a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild index 7ed4b01fd586..40bbaaa77a12 100644 --- a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.1 2012/02/29 07:41:23 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.2 2012/02/29 08:35:13 aidecoe Exp $ EAPI=4 @@ -13,7 +13,7 @@ inherit autotools-utils DESCRIPTION="The mail indexer" HOMEPAGE="http://notmuchmail.org/" -SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz" +SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |