diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-06 07:50:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-06 07:50:10 +0000 |
commit | 27e1efaaa35168e91c3a82b3fe57b0352677929e (patch) | |
tree | cabc6ab89069272a73a608f0b6acf620a21481d0 /dev-libs/csconv/csconv-12.1_p2002.ebuild | |
parent | List 10.0 profiles for repoman (diff) | |
download | gentoo-2-27e1efaaa35168e91c3a82b3fe57b0352677929e.tar.gz gentoo-2-27e1efaaa35168e91c3a82b3fe57b0352677929e.tar.bz2 gentoo-2-27e1efaaa35168e91c3a82b3fe57b0352677929e.zip |
Remove packages related to libiiimcf as per masking and mostly bug #239982.
Diffstat (limited to 'dev-libs/csconv/csconv-12.1_p2002.ebuild')
-rw-r--r-- | dev-libs/csconv/csconv-12.1_p2002.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/csconv/csconv-12.1_p2002.ebuild b/dev-libs/csconv/csconv-12.1_p2002.ebuild deleted file mode 100644 index 5e55854d576b..000000000000 --- a/dev-libs/csconv/csconv-12.1_p2002.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/csconv/csconv-12.1_p2002.ebuild,v 1.3 2005/04/24 12:37:36 hansmi Exp $ - -inherit iiimf eutils toolchain-funcs - -DESCRIPTION="A code conversion library for IIIMF" -SRC_URI="http://www.openi18n.org/download/im-sdk/src/${IMSDK_P}.tar.bz2" - -LICENSE="IBM" -KEYWORDS="x86 ppc" -IUSE="debug" - -DEPEND="virtual/libc" - -S="${WORKDIR}/${IMSDK}/lib/CSConv" - -src_compile() { - sed -i -e "s/\"gcc\"/\"$(tc-getCC)\"/g" configure || die - econf --prefix=/usr/lib/im \ - --enable-optimize \ - $(use_enable debug) || die - emake -j1 || die -} - -src_install() { - einstall prefix=${D}/usr/lib/im || die - - cd ${WORKDIR}/${IMSDK}/doc/conv - doman *.[1-9] - dodoc ChangeLog INSTALL README* -} |