summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-13 19:27:18 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-13 19:27:18 +0000
commit23d4f89bf064dc29427e208f3131b2038ec7796d (patch)
tree987c2bd1a35081e80b231ae0deb86fd8e2a2ffde /virtual
parentmarking stable sparc x86 (diff)
downloadhistorical-23d4f89bf064dc29427e208f3131b2038ec7796d.tar.gz
historical-23d4f89bf064dc29427e208f3131b2038ec7796d.tar.bz2
historical-23d4f89bf064dc29427e208f3131b2038ec7796d.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.
Package-Manager: portage-2529-svn
Diffstat (limited to 'virtual')
-rw-r--r--virtual/libintl/ChangeLog11
-rw-r--r--virtual/libintl/Manifest14
-rw-r--r--virtual/libintl/files/digest-libintl-00
-rw-r--r--virtual/libintl/libintl-0.ebuild24
-rw-r--r--virtual/libintl/metadata.xml5
5 files changed, 54 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..1b7dbb3a663c
--- /dev/null
+++ b/virtual/libintl/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 bcb7058df0919ea66ea0a3b52d4823b9 ChangeLog 474
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libintl-0 0
+MD5 fbdc752acc57390236e1fbed0c6c2b8e libintl-0.ebuild 964
+MD5 2bd48a5ae413433cbb36110b219ce97c metadata.xml 156
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDx/86AiZjviIA2XgRAo+LAJoDEePVZ1GzJBdnSAEf65VLJ8F99gCgx2Op
+64O+gNNDfFxM/PYzM6Dcb+U=
+=KCGl
+-----END PGP SIGNATURE-----
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>