summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2012-10-17 15:26:53 +0000
committerRichard Yao <ryao@gentoo.org>2012-10-17 15:26:53 +0000
commit32f5670204117d0eb6285d697fa063c429a15e2f (patch)
tree403c2368c1a7c441ae1efaba7948f2467c52ca81 /dev-util/pkgconf
parentSecurity bump. #438706 (diff)
downloadgentoo-2-32f5670204117d0eb6285d697fa063c429a15e2f.tar.gz
gentoo-2-32f5670204117d0eb6285d697fa063c429a15e2f.tar.bz2
gentoo-2-32f5670204117d0eb6285d697fa063c429a15e2f.zip
Fix Homepage and GIT url
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r--dev-util/pkgconf/ChangeLog6
-rw-r--r--dev-util/pkgconf/pkgconf-0.8.5.ebuild6
-rw-r--r--dev-util/pkgconf/pkgconf-0.8.7.ebuild6
-rw-r--r--dev-util/pkgconf/pkgconf-9999.ebuild6
4 files changed, 14 insertions, 10 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog
index daeef1196d57..e26f01b41e73 100644
--- a/dev-util/pkgconf/ChangeLog
+++ b/dev-util/pkgconf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/pkgconf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.49 2012/08/26 17:41:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.50 2012/10/17 15:26:53 ryao Exp $
+
+ 17 Oct 2012; Richard Yao <ryao@gentoo.org> pkgconf-0.8.5.ebuild,
+ pkgconf-0.8.7.ebuild, pkgconf-9999.ebuild:
+ Fix Homepage and GIT url
26 Aug 2012; Jeff Horelick <jdhore@gentoo.org> pkgconf-9999.ebuild:
Fix compile of -9999 ebuild
diff --git a/dev-util/pkgconf/pkgconf-0.8.5.ebuild b/dev-util/pkgconf/pkgconf-0.8.5.ebuild
index 33c50d227193..9b3800d635f5 100644
--- a/dev-util/pkgconf/pkgconf-0.8.5.ebuild
+++ b/dev-util/pkgconf/pkgconf-0.8.5.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/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v 1.8 2012/08/26 17:22:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v 1.9 2012/10/17 15:26:53 ryao Exp $
EAPI="4"
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/nenolod/pkgconf.git"
+ EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
inherit autotools git-2
else
#inherit autotools vcs-snapshot
@@ -16,7 +16,7 @@ else
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
-HOMEPAGE="https://github.com/nenolod/pkgconf"
+HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="BSD-1"
SLOT="0"
diff --git a/dev-util/pkgconf/pkgconf-0.8.7.ebuild b/dev-util/pkgconf/pkgconf-0.8.7.ebuild
index 6a1c4c83118f..ab7af7617eab 100644
--- a/dev-util/pkgconf/pkgconf-0.8.7.ebuild
+++ b/dev-util/pkgconf/pkgconf-0.8.7.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/dev-util/pkgconf/pkgconf-0.8.7.ebuild,v 1.1 2012/08/20 13:46:40 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.7.ebuild,v 1.2 2012/10/17 15:26:53 ryao Exp $
EAPI="4"
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/nenolod/pkgconf.git"
+ EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
inherit autotools git-2
else
#inherit autotools vcs-snapshot
@@ -16,7 +16,7 @@ else
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
-HOMEPAGE="https://github.com/nenolod/pkgconf"
+HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="BSD-1"
SLOT="0"
diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
index 7ff8c1d2a613..5d0d58a8656f 100644
--- a/dev-util/pkgconf/pkgconf-9999.ebuild
+++ b/dev-util/pkgconf/pkgconf-9999.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/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.10 2012/08/26 17:41:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.11 2012/10/17 15:26:53 ryao Exp $
EAPI="4"
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/nenolod/pkgconf.git"
+ EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
inherit autotools git-2
else
#inherit autotools vcs-snapshot
@@ -15,7 +15,7 @@ else
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
-HOMEPAGE="https://github.com/nenolod/pkgconf"
+HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="BSD-1"
SLOT="0"