summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-03 19:24:34 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-03 19:24:34 +0000
commit73a2804e119d1e81b457652b820457541598ed87 (patch)
tree91f7f890a11431bb6c0dd492b41599cf5f27de99 /app-i18n/libhangul
parentdev-python/feedparser: 5.1.2 (diff)
downloadhistorical-73a2804e119d1e81b457652b820457541598ed87.tar.gz
historical-73a2804e119d1e81b457652b820457541598ed87.tar.bz2
historical-73a2804e119d1e81b457652b820457541598ed87.zip
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-i18n/libhangul')
-rw-r--r--app-i18n/libhangul/ChangeLog6
-rw-r--r--app-i18n/libhangul/libhangul-0.0.12.ebuild4
-rw-r--r--app-i18n/libhangul/libhangul-0.1.0.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-i18n/libhangul/ChangeLog b/app-i18n/libhangul/ChangeLog
index c950d0504e78..3b2e0929b753 100644
--- a/app-i18n/libhangul/ChangeLog
+++ b/app-i18n/libhangul/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/libhangul
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.31 2012/03/21 17:49:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.32 2012/05/03 19:24:26 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> libhangul-0.0.12.ebuild,
+ libhangul-0.1.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> libhangul-0.1.0.ebuild:
Remove libhangul.la libtool archive in favour of libhangul.pc pkg-config
diff --git a/app-i18n/libhangul/libhangul-0.0.12.ebuild b/app-i18n/libhangul/libhangul-0.0.12.ebuild
index d5d77d9190e0..d07fc2da1285 100644
--- a/app-i18n/libhangul/libhangul-0.0.12.ebuild
+++ b/app-i18n/libhangul/libhangul-0.0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.0.12.ebuild,v 1.5 2012/02/01 17:12:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.0.12.ebuild,v 1.6 2012/05/03 19:24:26 jdhore Exp $
EAPI="3"
@@ -15,7 +15,7 @@ IUSE="nls static-libs test"
RDEPEND="nls? ( virtual/libintl )"
DEPEND="nls? ( sys-devel/gettext )
- dev-util/pkgconfig
+ virtual/pkgconfig
test? ( dev-libs/check )"
src_configure() {
diff --git a/app-i18n/libhangul/libhangul-0.1.0.ebuild b/app-i18n/libhangul/libhangul-0.1.0.ebuild
index 918e3eae92ab..4ac3ae9aa8f9 100644
--- a/app-i18n/libhangul/libhangul-0.1.0.ebuild
+++ b/app-i18n/libhangul/libhangul-0.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.1.0.ebuild,v 1.4 2012/03/21 17:49:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.1.0.ebuild,v 1.5 2012/05/03 19:24:26 jdhore Exp $
EAPI=4
@@ -15,7 +15,7 @@ IUSE="nls static-libs test"
RDEPEND="nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
nls? ( sys-devel/gettext )
test? ( dev-libs/check )"