diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-13 19:27:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-13 19:27:18 +0000 |
commit | bb5be1032900a05294c1b566eb67f649020c46ad (patch) | |
tree | e54d3e3920659ef78679c68298a2d88c03e784b5 /virtual/libintl | |
parent | marking stable sparc x86 (diff) | |
download | gentoo-2-bb5be1032900a05294c1b566eb67f649020c46ad.tar.gz gentoo-2-bb5be1032900a05294c1b566eb67f649020c46ad.tar.bz2 gentoo-2-bb5be1032900a05294c1b566eb67f649020c46ad.zip |
Add virtual/libintl to add runtime dependency over when using nls useflag. It's a no-op for GLIBC systems and depends on gettext for the others.
(Portage version: 2529-svn)
Diffstat (limited to 'virtual/libintl')
-rw-r--r-- | virtual/libintl/ChangeLog | 11 | ||||
-rw-r--r-- | virtual/libintl/Manifest | 3 | ||||
-rw-r--r-- | virtual/libintl/files/digest-libintl-0 | 0 | ||||
-rw-r--r-- | virtual/libintl/libintl-0.ebuild | 24 | ||||
-rw-r--r-- | virtual/libintl/metadata.xml | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/virtual/libintl/ChangeLog b/virtual/libintl/ChangeLog new file mode 100644 index 000000000000..0136529e0dbb --- /dev/null +++ b/virtual/libintl/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for gentoo-x86/virtual +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/ChangeLog,v 1.1 2006/01/13 19:27:18 flameeyes Exp $ + +*libintl-0 (13 Jan 2006) + + 13 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml, + +libintl-0.ebuild: + Add virtual/libintl to add runtime dependency over when using nls useflag. + It's a no-op for GLIBC systems and depends on gettext for the others. + diff --git a/virtual/libintl/Manifest b/virtual/libintl/Manifest new file mode 100644 index 000000000000..edabf88af1f8 --- /dev/null +++ b/virtual/libintl/Manifest @@ -0,0 +1,3 @@ +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libintl-0 0 +MD5 043e4ce27afe206edecd0c7f08329cfd libintl-0.ebuild 688 +MD5 2bd48a5ae413433cbb36110b219ce97c metadata.xml 156 diff --git a/virtual/libintl/files/digest-libintl-0 b/virtual/libintl/files/digest-libintl-0 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/libintl/files/digest-libintl-0 diff --git a/virtual/libintl/libintl-0.ebuild b/virtual/libintl/libintl-0.ebuild new file mode 100644 index 000000000000..63d7951b8713 --- /dev/null +++ b/virtual/libintl/libintl-0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0.ebuild,v 1.1 2006/01/13 19:27:18 flameeyes Exp $ + +DESCRIPTION="Virtual for the GNU Internationalization Library" +HOMEPAGE="http://www.gentoo.org/proj/en/gentoo-alt/" +SRC_URI="" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +IUSE="" +DEPEND="" + +# - Use this syntax (defining the various libcs) as this allows to use-mask if the +# dep is not present for some Linux systems; using the !elibc_glibc() syntax +# would lead to problems for libiconv for example +# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between +# that and gcc +RDEPEND="elibc_Darwin? ( sys-devel/gettext ) + elibc_FreeBSD? ( sys-devel/gettext ) + elibc_NetBSD? ( sys-devel/gettext ) + elibc_OpenBSD? ( sys-devel/gettext ) + elibc_DragonFly? ( sys-devel/gettext )" + diff --git a/virtual/libintl/metadata.xml b/virtual/libintl/metadata.xml new file mode 100644 index 000000000000..ecedda4aa2cc --- /dev/null +++ b/virtual/libintl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>bsd</herd> +</pkgmetadata> |