diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-12-18 17:18:57 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-12-18 17:18:57 +0000 |
commit | f09cdb0dc062ebd59aa1b810fe33b0d14c0936c8 (patch) | |
tree | fb070f91c46d1026bbfbf78af54f21a947b5a83c /dev-libs/glib/glib-2.4.2.ebuild | |
parent | #65627 (Manifest recommit) (diff) | |
download | gentoo-2-f09cdb0dc062ebd59aa1b810fe33b0d14c0936c8.tar.gz gentoo-2-f09cdb0dc062ebd59aa1b810fe33b0d14c0936c8.tar.bz2 gentoo-2-f09cdb0dc062ebd59aa1b810fe33b0d14c0936c8.zip |
new release
Diffstat (limited to 'dev-libs/glib/glib-2.4.2.ebuild')
-rw-r--r-- | dev-libs/glib/glib-2.4.2.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-libs/glib/glib-2.4.2.ebuild b/dev-libs/glib/glib-2.4.2.ebuild deleted file mode 100644 index ee2eeb2f3863..000000000000 --- a/dev-libs/glib/glib-2.4.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.2.ebuild,v 1.4 2004/07/02 04:41:59 eradicator Exp $ - -inherit libtool - -DESCRIPTION="The GLib library of C routines" -HOMEPAGE="http://www.gtk.org/" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.4/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ppc64 ~s390" -IUSE="doc" - -DEPEND=">=dev-util/pkgconfig-0.14 - >=sys-devel/gettext-0.11 - doc? ( !s390? ( >=dev-util/gtk-doc-1 ) )" - -RDEPEND="virtual/libc" - -src_compile() { - - elibtoolize - - econf \ - --with-threads=posix \ - `use_enable doc gtk-doc` \ - || die - - emake || die - -} - -src_install() { - - # einstall || die - make DESTDIR=${D} install || die - - # Consider invalid UTF-8 filenames as locale-specific. - # FIXME : we should probably move to suggesting G_FILENAME_ENC - dodir /etc/env.d - echo "G_BROKEN_FILENAMES=1" > ${D}/etc/env.d/50glib2 - - dodoc AUTHORS ChangeLog* README* INSTALL NEWS* - -} |