diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2009-01-01 12:47:45 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2009-01-01 12:47:45 +0000 |
commit | a624ca17479d168de09135ea68949264decaf58f (patch) | |
tree | 7298d43baf721c18847c85e56e4b42f99c143286 /app-portage | |
parent | fix udev init script inside vservers, bug #253105 (diff) | |
download | gentoo-2-a624ca17479d168de09135ea68949264decaf58f.tar.gz gentoo-2-a624ca17479d168de09135ea68949264decaf58f.tar.bz2 gentoo-2-a624ca17479d168de09135ea68949264decaf58f.zip |
fix HOMEPAGE and SRC_URI
(Portage version: 2.2_rc18/cvs/Linux 2.6.22-vs2.3.0.34-gentoo x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/porticron/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.2.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-portage/porticron/ChangeLog b/app-portage/porticron/ChangeLog index e5176d28c6cb..885d64bf94d8 100644 --- a/app-portage/porticron/ChangeLog +++ b/app-portage/porticron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/porticron -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.4 2008/11/24 10:45:53 hollow Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.5 2009/01/01 12:47:45 hollow Exp $ + + 01 Jan 2009; Benedikt Böhm <hollow@gentoo.org> porticron-0.2.1.ebuild: + fix HOMEPAGE and SRC_URI 24 Nov 2008; Benedikt Böhm <hollow@gentoo.org> porticron-0.2.1.ebuild: fix source path diff --git a/app-portage/porticron/porticron-0.2.1.ebuild b/app-portage/porticron/porticron-0.2.1.ebuild index b1d84200d1f5..514769449500 100644 --- a/app-portage/porticron/porticron-0.2.1.ebuild +++ b/app-portage/porticron/porticron-0.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild,v 1.2 2008/11/24 10:45:53 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild,v 1.3 2009/01/01 12:47:45 hollow Exp $ DESCRIPTION="porticron is a cron script to sync portage and send update mails to root" -HOMEPAGE="http://git.xnull.de/gitweb/?p=porticron.git;a=summary" -SRC_URI="http://dev.gentoo.org/~hollow/distfiles/${P}.tar.bz2" +HOMEPAGE="http://bb.xnull.de/projects/porticron/" +SRC_URI="http://bb.xnull.de/projects/porticron/${P}.tar.bz2" LICENSE="BSD" SLOT="0" |