diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-06-09 13:19:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-06-09 13:19:12 +0000 |
commit | 9cbdb9f478457a9845b3c77b871e69c4dc3fbd6a (patch) | |
tree | 8979c40f4c2fea43b473bfe5e57cefe10a8d4615 /app-editors/mlview | |
parent | Mask app-text/remem for removal, bug 272593. (diff) | |
download | gentoo-2-9cbdb9f478457a9845b3c77b871e69c4dc3fbd6a.tar.gz gentoo-2-9cbdb9f478457a9845b3c77b871e69c4dc3fbd6a.tar.bz2 gentoo-2-9cbdb9f478457a9845b3c77b871e69c4dc3fbd6a.zip |
Avoid installing ABOUT-NLS file.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/mlview')
-rw-r--r-- | app-editors/mlview/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.8-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog index 084963b471e8..18953aa9357d 100644 --- a/app-editors/mlview/ChangeLog +++ b/app-editors/mlview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/mlview -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.21 2008/09/14 20:43:42 dang Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.22 2009/06/09 13:19:12 flameeyes Exp $ + + 09 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> + mlview-0.8-r1.ebuild: + Avoid installing ABOUT-NLS file. 14 Sep 2008; Daniel Gryniewicz <dang@gentoo.org> metadata.xml: Reassign to maintainer-needed; bug #179819 diff --git a/app-editors/mlview/mlview-0.8-r1.ebuild b/app-editors/mlview/mlview-0.8-r1.ebuild index 4f1830d5e719..f4a98e63f7c1 100644 --- a/app-editors/mlview/mlview-0.8-r1.ebuild +++ b/app-editors/mlview/mlview-0.8-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-editors/mlview/mlview-0.8-r1.ebuild,v 1.7 2008/09/13 12:56:12 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8-r1.ebuild,v 1.8 2009/06/09 13:19:12 flameeyes Exp $ inherit eutils gnome2 flag-o-matic @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.33 >=dev-util/pkgconfig-0.9" -DOCS="ABOUT-NLS AUTHORS BRANCHES ChangeLog COPYRIGHT NEWS README" +DOCS="AUTHORS BRANCHES ChangeLog COPYRIGHT NEWS README" pkg_setup() { # see bug #179819 |