summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-25 16:52:23 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-25 16:52:23 +0000
commit4866f9061e63f4adbe88974b3fbe0599bd95cc9f (patch)
tree561d0e3defbd83437f42662a94966fae67d807ae /x11-libs/pango
parentCleanups (diff)
downloadgentoo-2-4866f9061e63f4adbe88974b3fbe0599bd95cc9f.tar.gz
gentoo-2-4866f9061e63f4adbe88974b3fbe0599bd95cc9f.tar.bz2
gentoo-2-4866f9061e63f4adbe88974b3fbe0599bd95cc9f.zip
cleanup
Diffstat (limited to 'x11-libs/pango')
-rw-r--r--x11-libs/pango/files/digest-pango-1.1.21
-rw-r--r--x11-libs/pango/pango-1.1.2.ebuild52
-rw-r--r--x11-libs/pango/pango-1.1.3.ebuild4
3 files changed, 2 insertions, 55 deletions
diff --git a/x11-libs/pango/files/digest-pango-1.1.2 b/x11-libs/pango/files/digest-pango-1.1.2
deleted file mode 100644
index e744f39634ac..000000000000
--- a/x11-libs/pango/files/digest-pango-1.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cd76cc74ed2e3c74c6af19b5d5fd10ad pango-1.1.2.tar.bz2 758864
diff --git a/x11-libs/pango/pango-1.1.2.ebuild b/x11-libs/pango/pango-1.1.2.ebuild
deleted file mode 100644
index 51ca68427591..000000000000
--- a/x11-libs/pango/pango-1.1.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.1.2.ebuild,v 1.1 2002/10/27 15:19:16 foser Exp $
-
-IUSE="doc"
-
-inherit libtool debug
-
-SLOT="1"
-KEYWORDS="x86 ppc sparc sparc64 alpha"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Text rendering and Layout library"
-SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.1/${P}.tar.bz2"
-HOMEPAGE="http://www.pango.org/"
-LICENSE="LGPL-2.1"
-
-RDEPEND="virtual/x11
- virtual/xft
- >=dev-libs/glib-2
- >=media-libs/fontconfig-2.0"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- doc? ( >=dev-util/gtk-doc-0.9 )"
-
-
-src_compile() {
- elibtoolize
- local myconf
- use doc && myconf="--enable-gtk-doc" || myconf="--disable-gtk-doc"
- if [ -n "$DEBUG" ]; then
- myconf="${myconf} --enable-debug"
- fi
-
-
- econf ${myconf} --without-qt || die
- make || die "serial make failed"
-}
-
-src_install() {
- einstall
- rm ${D}/etc/pango/pango.modules
-
-
- dodoc AUTHORS ChangeLog COPYING README INSTALL NEWS TODO*
-}
-
-pkg_postinst() {
- pango-querymodules >/etc/pango/pango.modules
-}
-
diff --git a/x11-libs/pango/pango-1.1.3.ebuild b/x11-libs/pango/pango-1.1.3.ebuild
index 939065aed4c5..05ad1a67094d 100644
--- a/x11-libs/pango/pango-1.1.3.ebuild
+++ b/x11-libs/pango/pango-1.1.3.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.1.3.ebuild,v 1.2 2002/11/21 20:41:35 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.1.3.ebuild,v 1.3 2002/11/25 16:50:21 foser Exp $
IUSE="doc"
inherit eutils libtool debug
SLOT="1"
-KEYWORDS="x86 ppc sparc sparc64 alpha"
+KEYWORDS="x86"
S="${WORKDIR}/${P}"
DESCRIPTION="Text rendering and Layout library"