diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-04 19:01:14 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-04 19:01:14 +0000 |
commit | 6867bd79743aba3327261dbaa28d43f12f0a3a2b (patch) | |
tree | e813fb1c4c22fc71999c20772a077fb1e0e67fbc /x11-misc/bbppp | |
parent | Call epatch_user. There are many openbox patches around the internet that use... (diff) | |
download | gentoo-2-6867bd79743aba3327261dbaa28d43f12f0a3a2b.tar.gz gentoo-2-6867bd79743aba3327261dbaa28d43f12f0a3a2b.tar.bz2 gentoo-2-6867bd79743aba3327261dbaa28d43f12f0a3a2b.zip |
Fix HOMEPAGE (reported by df, bug 415813)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/bbppp')
-rw-r--r-- | x11-misc/bbppp/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bbppp/bbppp-0.2.3.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbppp/bbppp-0.2.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/bbppp/ChangeLog b/x11-misc/bbppp/ChangeLog index 75dcb90a70bd..2c7c44ae843a 100644 --- a/x11-misc/bbppp/ChangeLog +++ b/x11-misc/bbppp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbppp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.18 2012/03/18 15:44:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.19 2012/06/04 19:01:14 xmw Exp $ + + 04 Jun 2012; Michael Weber <xmw@gentoo.org> bbppp-0.2.3.ebuild, + bbppp-0.2.5.ebuild: + Fix HOMEPAGE (reported by df, bug 415813) 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> bbppp-0.2.3.ebuild, bbppp-0.2.5.ebuild: diff --git a/x11-misc/bbppp/bbppp-0.2.3.ebuild b/x11-misc/bbppp/bbppp-0.2.3.ebuild index 94210ab4ad31..0c304feab0ee 100644 --- a/x11-misc/bbppp/bbppp-0.2.3.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.10 2012/03/18 15:44:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.11 2012/06/04 19:01:14 xmw Exp $ inherit autotools eutils DESCRIPTION="blackbox ppp frontend/monitor" -HOMEPAGE="http://bbtools.windsofstorm.net/sources/available.phtml#bbppp" +HOMEPAGE="http://sourceforge.net/projects/bbtools/" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" LICENSE="GPL-2" diff --git a/x11-misc/bbppp/bbppp-0.2.5.ebuild b/x11-misc/bbppp/bbppp-0.2.5.ebuild index fd4372703062..3cb34ab147f3 100644 --- a/x11-misc/bbppp/bbppp-0.2.5.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.5.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/x11-misc/bbppp/bbppp-0.2.5.ebuild,v 1.5 2012/03/18 15:44:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v 1.6 2012/06/04 19:01:14 xmw Exp $ EAPI=2 inherit autotools eutils DESCRIPTION="blackbox ppp frontend/monitor" -HOMEPAGE="http://bbtools.windsofstorm.net/sources/available.phtml#bbppp" +HOMEPAGE="http://sourceforge.net/projects/bbtools/" SRC_URI="mirror://sourceforge/bbtools/${PN}/${P}/${P}.tar.gz" LICENSE="GPL-2" |