diff options
author | 2008-02-21 13:12:23 +0000 | |
---|---|---|
committer | 2008-02-21 13:12:23 +0000 | |
commit | 306dd6e5dcb6d20cfa6a6cec253fcbcf443b6158 (patch) | |
tree | c95aa64b505a427f1d5ba39e6a1d193a64f28b34 /sys-apps | |
parent | since we don't know whether we are uninstalling or merely cleaning an old ins... (diff) | |
download | gentoo-2-306dd6e5dcb6d20cfa6a6cec253fcbcf443b6158.tar.gz gentoo-2-306dd6e5dcb6d20cfa6a6cec253fcbcf443b6158.tar.bz2 gentoo-2-306dd6e5dcb6d20cfa6a6cec253fcbcf443b6158.zip |
Fix SRC_URI.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index b4e9db1f80af..9adf4e3d116a 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pmount # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.56 2008/02/20 23:51:03 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.57 2008/02/21 13:12:23 flameeyes Exp $ + + 21 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> pmount-0.9.17.ebuild: + Fix SRC_URI. 20 Feb 2008; Doug Klima <cardoe@gentoo.org> -pmount-0.9.13.ebuild: remove old version diff --git a/sys-apps/pmount/pmount-0.9.17.ebuild b/sys-apps/pmount/pmount-0.9.17.ebuild index f72bfe2fd575..f37eca646cb0 100644 --- a/sys-apps/pmount/pmount-0.9.17.ebuild +++ b/sys-apps/pmount/pmount-0.9.17.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.17.ebuild,v 1.1 2008/02/20 23:49:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.17.ebuild,v 1.2 2008/02/21 13:12:23 flameeyes Exp $ inherit eutils DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user" HOMEPAGE="http://pmount.alioth.debian.org/" -SRC_URI="http://alioth.debian.org/frs/download.php/2057/${P}.tar.gz" +SRC_URI="http://alioth.debian.org/frs/download.php/2247/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |