diff options
Diffstat (limited to 'virtual/libintl/libintl-0.ebuild')
-rw-r--r-- | virtual/libintl/libintl-0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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 )" + |