diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 19:24:34 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 19:24:34 +0000 |
commit | 73a2804e119d1e81b457652b820457541598ed87 (patch) | |
tree | 91f7f890a11431bb6c0dd492b41599cf5f27de99 /app-i18n/scim-pinyin | |
parent | dev-python/feedparser: 5.1.2 (diff) | |
download | historical-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/scim-pinyin')
-rw-r--r-- | app-i18n/scim-pinyin/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-i18n/scim-pinyin/ChangeLog b/app-i18n/scim-pinyin/ChangeLog index b602e2ebb0c4..5f84ab975a65 100644 --- a/app-i18n/scim-pinyin/ChangeLog +++ b/app-i18n/scim-pinyin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-pinyin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.41 2011/02/13 19:17:08 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.42 2012/05/03 19:24:31 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> scim-pinyin-0.5.91-r2.ebuild, + scim-pinyin-0.5.91-r3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 13 Feb 2011; Raúl Porcel <armin76@gentoo.org> scim-pinyin-0.5.91-r2.ebuild, scim-pinyin-0.5.91-r3.ebuild: diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild index 014f94c023e9..7f13601b6c18 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild,v 1.7 2011/02/13 18:07:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild,v 1.8 2012/05/03 19:24:31 jdhore Exp $ inherit eutils autotools @@ -18,7 +18,7 @@ RDEPEND="x11-libs/libXt nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" src_unpack() { diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild index 052b84fe8ac9..d98b820dbf9b 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild,v 1.10 2011/02/13 19:17:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r3.ebuild,v 1.11 2012/05/03 19:24:31 jdhore Exp $ inherit autotools eutils @@ -17,7 +17,7 @@ RDEPEND="x11-libs/libXt || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" src_unpack() { |