From c61953caec2cb13b9679aea7d57aee807921c29c Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Wed, 28 Oct 2009 22:53:15 +0000 Subject: Clean up old revision and update gentoo lang file, bug #275110. (Portage version: 2.2_rc46/cvs/Linux x86_64) --- x11-libs/gtksourceview/ChangeLog | 6 ++++- x11-libs/gtksourceview/files/2.0/gentoo.lang | 2 +- x11-libs/gtksourceview/files/gentoo.lang | 2 +- x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild | 33 ----------------------- 4 files changed, 7 insertions(+), 36 deletions(-) delete mode 100644 x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild (limited to 'x11-libs/gtksourceview') diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index e1b23898292d..ccc6c9955fee 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.163 2009/10/24 16:20:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.164 2009/10/28 22:53:13 eva Exp $ + + 28 Oct 2009; Gilles Dartiguelongue files/2.0/gentoo.lang, + -gtksourceview-2.6.1.ebuild, files/gentoo.lang: + Clean up old revision and update gentoo lang file, bug #275110. 24 Oct 2009; nixnut gtksourceview-2.6.2.ebuild: ppc stable #281427 diff --git a/x11-libs/gtksourceview/files/2.0/gentoo.lang b/x11-libs/gtksourceview/files/2.0/gentoo.lang index 3aa3a332faa0..ef0c4a7a5449 100644 --- a/x11-libs/gtksourceview/files/2.0/gentoo.lang +++ b/x11-libs/gtksourceview/files/2.0/gentoo.lang @@ -88,7 +88,7 @@ - \b(e(begin|end|conf|install|make|warn|infon?|error|patch)|die|use(_(with|enable))?|inherit|has|(has|best)_version|unpack|(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe|initd|confd|envd|pam|menu|icon)|do(python|sed|dir|hard|sym|html|jar|mo)|keepdir|prepall(|docs|info|man|strip)|prep(info|lib|lib\.(so|a)|man|strip)|(|doc|ins|exe)into|f(owners|perms)|(exe|ins|dir)opts)\b + \b(e(begin|end|conf|install|make|warn|infon?|error|patch|log|javac|ant)|die|use(_(with|enable))?|inherit|has|(has|best)_version|unpack|(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe|initd|confd|envd|pam|menu|icon)|do(python|sed|dir|hard|sym|html|jar|mo)|keepdir|prepall(|docs|info|man|strip)|prep(info|lib|lib\.(so|a)|man|strip)|(|doc|ins|exe)into|f(owners|perms)|(exe|ins|dir)opts)\b diff --git a/x11-libs/gtksourceview/files/gentoo.lang b/x11-libs/gtksourceview/files/gentoo.lang index ead788cf894b..bfca7b2632b4 100644 --- a/x11-libs/gtksourceview/files/gentoo.lang +++ b/x11-libs/gtksourceview/files/gentoo.lang @@ -45,7 +45,7 @@ - \b(e(begin|end|conf|install|make|warn|infon?|error|patch)|die|use(_(with|enable))?|inherit|has|(has|best)_version|unpack|(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe|initd|confd|envd|pam|menu|icon)|do(python|sed|dir|hard|sym|html|jar|mo)|keepdir|prepall(|docs|info|man|strip)|prep(info|lib|lib\.(so|a)|man|strip)|(|doc|ins|exe)into|f(owners|perms)|(exe|ins|dir)opts)\b + \b(e(begin|end|conf|install|make|warn|infon?|error|patch|log|javac|ant)|die|use(_(with|enable))?|inherit|has|(has|best)_version|unpack|(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe|initd|confd|envd|pam|menu|icon)|do(python|sed|dir|hard|sym|html|jar|mo)|keepdir|prepall(|docs|info|man|strip)|prep(info|lib|lib\.(so|a)|man|strip)|(|doc|ins|exe)into|f(owners|perms)|(exe|ins|dir)opts)\b diff --git a/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild b/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild deleted file mode 100644 index 19f0ea5c6fa0..000000000000 --- a/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.6.1.ebuild,v 1.2 2009/05/03 14:39:34 eva Exp $ - -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="A text widget implementing syntax highlighting and other features" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="2.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=">=x11-libs/gtk+-2.12 - >=dev-libs/libxml2-2.5 - >=dev-libs/glib-2.14" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.9 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" - -src_install() { - gnome2_src_install - - insinto /usr/share/${PN}-2.0/language-specs - doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed" -} -- cgit v1.2.3-65-gdbad