diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2004-08-05 07:10:51 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2004-08-05 07:10:51 +0000 |
commit | 543d70a0c15c4a7f05d211212f755ee57de4358c (patch) | |
tree | 03ad3e60ff3776524ebd0f95a69bf42272f213a7 /net-dialup | |
parent | removing slots (Manifest recommit) (diff) | |
download | gentoo-2-543d70a0c15c4a7f05d211212f755ee57de4358c.tar.gz gentoo-2-543d70a0c15c4a7f05d211212f755ee57de4358c.tar.bz2 gentoo-2-543d70a0c15c4a7f05d211212f755ee57de4358c.zip |
Fixed SRC_URI download bug
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/gnome-ppp/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/gnome-ppp/gnome-ppp-0.3.13.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/gnome-ppp/gnome-ppp-0.3.14.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dialup/gnome-ppp/ChangeLog b/net-dialup/gnome-ppp/ChangeLog index 4bb44ee0f179..6e33469164f5 100644 --- a/net-dialup/gnome-ppp/ChangeLog +++ b/net-dialup/gnome-ppp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/gnome-ppp # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/ChangeLog,v 1.4 2004/07/23 21:14:18 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/ChangeLog,v 1.5 2004/08/05 07:10:51 pclouds Exp $ + + 05 Aug 2004; <pclouds@gentoo.org> gnome-ppp-0.3.13.ebuild, + gnome-ppp-0.3.14.ebuild: + Fixed $MP (failed to download from SRC_URI) *gnome-ppp-0.3.14 (24 Jul 2004) diff --git a/net-dialup/gnome-ppp/gnome-ppp-0.3.13.ebuild b/net-dialup/gnome-ppp/gnome-ppp-0.3.13.ebuild index f71de7ebbe19..dc1b02033a02 100644 --- a/net-dialup/gnome-ppp/gnome-ppp-0.3.13.ebuild +++ b/net-dialup/gnome-ppp/gnome-ppp-0.3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/gnome-ppp-0.3.13.ebuild,v 1.1 2004/07/22 19:06:33 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/gnome-ppp-0.3.13.ebuild,v 1.2 2004/08/05 07:10:51 pclouds Exp $ inherit gnome2 eutils @@ -8,7 +8,7 @@ DESCRIPTION="A GNOME 2 WvDial frontend" HOMEPAGE="http://www.gnome-ppp.org/" LICENSE="GPL-2" -MP=${PV%.[0-9]} +MP=${PV%.[0-9]*} SRC_URI="http://www.gnome-ppp.org/download/${MP}/${P}.tar.gz" SLOT="0" diff --git a/net-dialup/gnome-ppp/gnome-ppp-0.3.14.ebuild b/net-dialup/gnome-ppp/gnome-ppp-0.3.14.ebuild index e720603771e6..97f861e7d46e 100644 --- a/net-dialup/gnome-ppp/gnome-ppp-0.3.14.ebuild +++ b/net-dialup/gnome-ppp/gnome-ppp-0.3.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/gnome-ppp-0.3.14.ebuild,v 1.1 2004/07/23 21:14:18 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/gnome-ppp-0.3.14.ebuild,v 1.2 2004/08/05 07:10:51 pclouds Exp $ inherit gnome2 eutils @@ -8,7 +8,7 @@ DESCRIPTION="A GNOME 2 WvDial frontend" HOMEPAGE="http://www.gnome-ppp.org/" LICENSE="GPL-2" -MP=${PV%.[0-9]} +MP=${PV%.[0-9]*} SRC_URI="http://www.gnome-ppp.org/download/${MP}/${P}.tar.gz" SLOT="0" |