summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-06-09 13:21:55 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-06-09 13:21:55 +0000
commit9c84ccd4c080582234fb4e3d1998ba509b941bf6 (patch)
treedbbb93f4d762353ae11acd7cc274dd80ed5a8dc6 /app-i18n/zhcon
parentAvoid installing ABOUT-NLS file. (diff)
downloadgentoo-2-9c84ccd4c080582234fb4e3d1998ba509b941bf6.tar.gz
gentoo-2-9c84ccd4c080582234fb4e3d1998ba509b941bf6.tar.bz2
gentoo-2-9c84ccd4c080582234fb4e3d1998ba509b941bf6.zip
Avoid installing ABOUT-NLS file.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/zhcon')
-rw-r--r--app-i18n/zhcon/ChangeLog8
-rw-r--r--app-i18n/zhcon/zhcon-0.2.6-r1.ebuild6
-rw-r--r--app-i18n/zhcon/zhcon-0.2.6.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/app-i18n/zhcon/ChangeLog b/app-i18n/zhcon/ChangeLog
index 94d434a520ff..4d5c00426adf 100644
--- a/app-i18n/zhcon/ChangeLog
+++ b/app-i18n/zhcon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/zhcon
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/ChangeLog,v 1.14 2008/11/17 19:59:17 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/ChangeLog,v 1.15 2009/06/09 13:21:55 flameeyes Exp $
+
+ 09 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> zhcon-0.2.6.ebuild,
+ zhcon-0.2.6-r1.ebuild:
+ Avoid installing ABOUT-NLS file.
17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
files/zhcon-0.2.6.configure.in.patch, files/zhcon-0.2.6.sysconfdir.patch:
diff --git a/app-i18n/zhcon/zhcon-0.2.6-r1.ebuild b/app-i18n/zhcon/zhcon-0.2.6-r1.ebuild
index 3e84f6b3660d..07efb104d8f4 100644
--- a/app-i18n/zhcon/zhcon-0.2.6-r1.ebuild
+++ b/app-i18n/zhcon/zhcon-0.2.6-r1.ebuild
@@ -1,6 +1,6 @@
-# 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-i18n/zhcon/zhcon-0.2.6-r1.ebuild,v 1.1 2008/10/25 11:29:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/zhcon-0.2.6-r1.ebuild,v 1.2 2009/06/09 13:21:55 flameeyes Exp $
WANT_AUTOMAKE="1.9"
@@ -36,5 +36,5 @@ src_unpack() {
src_install() {
emake -j1 DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README NEWS TODO THANKS
- dodoc ABOUT-NLS README.BSD README.gpm README.utf8
+ dodoc README.BSD README.gpm README.utf8
}
diff --git a/app-i18n/zhcon/zhcon-0.2.6.ebuild b/app-i18n/zhcon/zhcon-0.2.6.ebuild
index 5ee5de99ecd8..079cd750980f 100644
--- a/app-i18n/zhcon/zhcon-0.2.6.ebuild
+++ b/app-i18n/zhcon/zhcon-0.2.6.ebuild
@@ -1,6 +1,6 @@
-# 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-i18n/zhcon/zhcon-0.2.6.ebuild,v 1.3 2008/06/09 12:46:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/zhcon-0.2.6.ebuild,v 1.4 2009/06/09 13:21:55 flameeyes Exp $
WANT_AUTOMAKE="1.9"
@@ -33,5 +33,5 @@ src_unpack() {
src_install() {
emake -j1 DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README NEWS TODO THANKS
- dodoc ABOUT-NLS README.BSD README.gpm README.utf8
+ dodoc README.BSD README.gpm README.utf8
}