diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-10-13 23:02:15 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-10-13 23:02:15 +0000 |
commit | 44136154eefb6b19521fc829fc2cab2996fd4a04 (patch) | |
tree | eea0fef6a65a271b2746c4f81974396330748001 /x11-libs | |
parent | Put autodiscovery into non-alpha-mode. Fixed typos. (diff) | |
download | historical-44136154eefb6b19521fc829fc2cab2996fd4a04.tar.gz historical-44136154eefb6b19521fc829fc2cab2996fd4a04.tar.bz2 historical-44136154eefb6b19521fc829fc2cab2996fd4a04.zip |
new version
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pango/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/pango/files/digest-pango-1.0.2 | 1 | ||||
-rw-r--r-- | x11-libs/pango/files/digest-pango-1.0.5 | 1 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.0.2.ebuild | 64 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.0.5.ebuild | 51 |
5 files changed, 58 insertions, 66 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index 2ab453caa8f3..3ffbe12925b0 100644 --- a/x11-libs/pango/ChangeLog +++ b/x11-libs/pango/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/pango # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.12 2002/08/12 21:37:18 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.13 2002/10/13 23:02:15 foser Exp $ + +*pango-1.0.5 (14 Oct 2002) + + 14 Oct 2002; foser <foser@gentoo.org> pango-1.0.5.ebuild : + New version *pango-1.0.4-r1 (4 Aug 2002) 12 aug 2002; Spider <spider@gentoo.org> pango-1.0.4-r1.ebuild : diff --git a/x11-libs/pango/files/digest-pango-1.0.2 b/x11-libs/pango/files/digest-pango-1.0.2 deleted file mode 100644 index 0d46f7b1e7d1..000000000000 --- a/x11-libs/pango/files/digest-pango-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2142fa3f27141cfaa1eae63fcd4e7113 pango-1.0.2.tar.bz2 761650 diff --git a/x11-libs/pango/files/digest-pango-1.0.5 b/x11-libs/pango/files/digest-pango-1.0.5 new file mode 100644 index 000000000000..01bb3d61c6f9 --- /dev/null +++ b/x11-libs/pango/files/digest-pango-1.0.5 @@ -0,0 +1 @@ +MD5 e300e5c163bc28e180e45c8e20543b4b pango-1.0.5.tar.bz2 773255 diff --git a/x11-libs/pango/pango-1.0.2.ebuild b/x11-libs/pango/pango-1.0.2.ebuild deleted file mode 100644 index c1faa100958d..000000000000 --- a/x11-libs/pango/pango-1.0.2.ebuild +++ /dev/null @@ -1,64 +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.0.2.ebuild,v 1.7 2002/10/05 05:39:27 drobbins Exp $ - -IUSE="doc" - - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - - -SLOT="1" -KEYWORDS="x86 ppc sparc sparc64" - -S=${WORKDIR}/${P} -DESCRIPTION="Text rendering and Layout library" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2" -HOMEPAGE="http://www.pango.org/" -LICENSE="LGPL-2.1" - -RDEPEND="virtual/x11 - >=dev-libs/glib-2.0.3 - >=media-libs/freetype-2.0.9" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - doc? ( >=dev-util/gtk-doc-0.9-r2 )" - - -src_compile() { - libtoolize --copy --force - local myconf - use doc && myconf="--enable-gtk-doc" || myconf="--disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug || die -# turn on debug again, glib dislikes not having it. - emake || make || die "paralell make and serial make failed" -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - rm ${D}/etc/pango/pango.modules - - - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 TODO* -} - -pkg_postinst() { - pango-querymodules >/etc/pango/pango.modules -} - diff --git a/x11-libs/pango/pango-1.0.5.ebuild b/x11-libs/pango/pango-1.0.5.ebuild new file mode 100644 index 000000000000..72c2a296407f --- /dev/null +++ b/x11-libs/pango/pango-1.0.5.ebuild @@ -0,0 +1,51 @@ +# 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.0.5.ebuild,v 1.1 2002/10/13 23:02:15 foser Exp $ + +IUSE="doc" + +inherit libtool + +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.0/${P}.tar.bz2" +HOMEPAGE="http://www.pango.org/" +LICENSE="LGPL-2.1" + +RDEPEND="virtual/x11 + >=dev-libs/glib-2 + >=media-libs/freetype-2.0.1" + +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 +} + |