summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-12-18 17:18:57 +0000
committerMarinus Schraal <foser@gentoo.org>2004-12-18 17:18:57 +0000
commitf09cdb0dc062ebd59aa1b810fe33b0d14c0936c8 (patch)
treefb070f91c46d1026bbfbf78af54f21a947b5a83c /dev-libs/glib/glib-2.4.1.ebuild
parent#65627 (Manifest recommit) (diff)
downloadgentoo-2-f09cdb0dc062ebd59aa1b810fe33b0d14c0936c8.tar.gz
gentoo-2-f09cdb0dc062ebd59aa1b810fe33b0d14c0936c8.tar.bz2
gentoo-2-f09cdb0dc062ebd59aa1b810fe33b0d14c0936c8.zip
new release
Diffstat (limited to 'dev-libs/glib/glib-2.4.1.ebuild')
-rw-r--r--dev-libs/glib/glib-2.4.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/glib/glib-2.4.1.ebuild b/dev-libs/glib/glib-2.4.1.ebuild
deleted file mode 100644
index 933a98763e8f..000000000000
--- a/dev-libs/glib/glib-2.4.1.ebuild
+++ /dev/null
@@ -1,42 +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.1.ebuild,v 1.12 2004/07/28 03:32:36 agriffis 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
-
- # 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*
-}