diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-11-15 07:16:23 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-11-15 07:16:23 +0000 |
commit | f87d8e4fa1e1b0e56c47ba812bce8c661cca9127 (patch) | |
tree | 3ed33655f8533791dcf7834709d867dc53e87f64 /app-portage | |
parent | Remove old. (diff) | |
download | gentoo-2-f87d8e4fa1e1b0e56c47ba812bce8c661cca9127.tar.gz gentoo-2-f87d8e4fa1e1b0e56c47ba812bce8c661cca9127.tar.bz2 gentoo-2-f87d8e4fa1e1b0e56c47ba812bce8c661cca9127.zip |
Fixed homepage of layman (thanks to dberkholz).
(Portage version: 2.1.3.14)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/layman/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/layman/layman-1.0.10.ebuild | 4 | ||||
-rw-r--r-- | app-portage/layman/layman-1.0.6.ebuild | 4 | ||||
-rw-r--r-- | app-portage/layman/layman-1.1.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-portage/layman/ChangeLog b/app-portage/layman/ChangeLog index 505e1c72c963..92486ec50e44 100644 --- a/app-portage/layman/ChangeLog +++ b/app-portage/layman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/layman # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.53 2007/10/26 11:28:44 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.54 2007/11/15 07:16:23 wrobel Exp $ + + 15 Nov 2007; <wrobel@gentoo.org> layman-1.0.6.ebuild, + layman-1.0.10.ebuild, layman-1.1.1.ebuild: + Fixed homepage of layman (thanks to dberkholz). 26 Oct 2007; wrobel@gentoo.org Manifest: Let my last repo commit hang in limbo. Digest update. diff --git a/app-portage/layman/layman-1.0.10.ebuild b/app-portage/layman/layman-1.0.10.ebuild index d266964a3401..36ce0a1fb612 100644 --- a/app-portage/layman/layman-1.0.10.ebuild +++ b/app-portage/layman/layman-1.0.10.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.0.10.ebuild,v 1.8 2007/10/20 13:07:53 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.0.10.ebuild,v 1.9 2007/11/15 07:16:23 wrobel Exp $ inherit eutils distutils DESCRIPTION="A python script for retrieving gentoo overlays." -HOMEPAGE="http://projects.gunnarwrobel.de/scripts" +HOMEPAGE="http://layman.sourceforge.net" SRC_URI="http://build.pardus.de/downloads/${PF}.tar.gz" LICENSE="GPL-2" diff --git a/app-portage/layman/layman-1.0.6.ebuild b/app-portage/layman/layman-1.0.6.ebuild index 10c4801a1aef..6dd3a38e16bb 100644 --- a/app-portage/layman/layman-1.0.6.ebuild +++ b/app-portage/layman/layman-1.0.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.0.6.ebuild,v 1.9 2007/10/20 13:07:53 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.0.6.ebuild,v 1.10 2007/11/15 07:16:23 wrobel Exp $ inherit eutils distutils DESCRIPTION="A python script for retrieving gentoo overlays " -HOMEPAGE="http://projects.gunnarwrobel.de/scripts" +HOMEPAGE="http://layman.sourceforge.net" SRC_URI="http://build.pardus.de/downloads/${PF}.tar.gz" LICENSE="GPL-2" diff --git a/app-portage/layman/layman-1.1.1.ebuild b/app-portage/layman/layman-1.1.1.ebuild index 506ba496cdd6..32c2bd2dd499 100644 --- a/app-portage/layman/layman-1.1.1.ebuild +++ b/app-portage/layman/layman-1.1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.1.1.ebuild,v 1.9 2007/10/26 09:19:07 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.1.1.ebuild,v 1.10 2007/11/15 07:16:23 wrobel Exp $ inherit eutils distutils DESCRIPTION="A python script for retrieving gentoo overlays." -HOMEPAGE="http://projects.gunnarwrobel.de/scripts" +HOMEPAGE="http://layman.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" |