diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-17 00:57:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-17 00:57:06 +0000 |
commit | 756d94f59ca251eca09fd6d29ab9b3cabac08fd5 (patch) | |
tree | 05933bf7ae158c002f2e1789e47f3e3838d653fa /app-text/diction | |
parent | Remove gettext from RDEPEND. Fixes bug 123103. Thanks to Diego Petteno <flame... (diff) | |
download | gentoo-2-756d94f59ca251eca09fd6d29ab9b3cabac08fd5.tar.gz gentoo-2-756d94f59ca251eca09fd6d29ab9b3cabac08fd5.tar.bz2 gentoo-2-756d94f59ca251eca09fd6d29ab9b3cabac08fd5.zip |
Add virtual/libintl as runtime dependency. Add metadata for maintainer-needed.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-text/diction')
-rw-r--r-- | app-text/diction/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/diction/diction-1.02.ebuild | 5 | ||||
-rw-r--r-- | app-text/diction/diction-1.07.ebuild | 5 | ||||
-rw-r--r-- | app-text/diction/metadata.xml | 8 |
4 files changed, 20 insertions, 6 deletions
diff --git a/app-text/diction/ChangeLog b/app-text/diction/ChangeLog index 5fe82f98b101..7640309a6a51 100644 --- a/app-text/diction/ChangeLog +++ b/app-text/diction/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/diction -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.8 2005/10/19 16:26:58 grobian Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.9 2006/02/17 00:57:06 flameeyes Exp $ + + 17 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml, + diction-1.02.ebuild, diction-1.07.ebuild: + Add virtual/libintl as runtime dependency. Add metadata for maintainer-needed. 19 Oct 2005; Fabian Groffen <grobian@gentoo.org> diction-1.07.ebuild: Marked ~ppc-macos (bug #108597) diff --git a/app-text/diction/diction-1.02.ebuild b/app-text/diction/diction-1.02.ebuild index d1d906558e7f..8b4ad07cd1b8 100644 --- a/app-text/diction/diction-1.02.ebuild +++ b/app-text/diction/diction-1.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.02.ebuild,v 1.12 2005/01/01 16:08:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.02.ebuild,v 1.13 2006/02/17 00:57:06 flameeyes Exp $ DESCRIPTION="Diction and style checkers for english and german texts" HOMEPAGE="http://www.fsf.org/software/diction/diction.html" @@ -12,6 +12,7 @@ KEYWORDS="x86 ~sparc ~mips" IUSE="" DEPEND="sys-devel/gettext" +RDEPEND="virtual/libintl" src_compile() { ./configure --prefix=/usr ||die diff --git a/app-text/diction/diction-1.07.ebuild b/app-text/diction/diction-1.07.ebuild index 6489a05a49f5..82b788b84bc0 100644 --- a/app-text/diction/diction-1.07.ebuild +++ b/app-text/diction/diction-1.07.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.07.ebuild,v 1.2 2005/10/19 16:26:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.07.ebuild,v 1.3 2006/02/17 00:57:06 flameeyes Exp $ DESCRIPTION="Diction and style checkers for english and german texts" HOMEPAGE="http://www.fsf.org/software/diction/diction.html" @@ -12,6 +12,7 @@ KEYWORDS="~amd64 ~mips ~ppc ~ppc-macos ~sparc ~x86" IUSE="" DEPEND="sys-devel/gettext" +RDEPEND="virtual/libintl" src_compile() { ./configure --prefix=/usr ||die diff --git a/app-text/diction/metadata.xml b/app-text/diction/metadata.xml new file mode 100644 index 000000000000..54494c4bb860 --- /dev/null +++ b/app-text/diction/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<email>maintainer-needed@gentoo.org</email> +</maintainer> +</pkgmetadata> |