diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-06-08 13:02:45 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-06-08 13:02:45 +0000 |
commit | ead2fb26e4381a5b4ae2af4b84f58899a8c1af5f (patch) | |
tree | 91375d7b1354b8311ad3b6978c00ba50a80a6625 /gnome-extra | |
parent | new version (diff) | |
download | historical-ead2fb26e4381a5b4ae2af4b84f58899a8c1af5f.tar.gz historical-ead2fb26e4381a5b4ae2af4b84f58899a8c1af5f.tar.bz2 historical-ead2fb26e4381a5b4ae2af4b84f58899a8c1af5f.zip |
new version
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgsf/Manifest | 4 | ||||
-rw-r--r-- | gnome-extra/libgsf/files/digest-libgsf-1.8.1 | 1 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.8.1.ebuild | 39 |
3 files changed, 42 insertions, 2 deletions
diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest index 051355a490c3..460ba18a2da4 100644 --- a/gnome-extra/libgsf/Manifest +++ b/gnome-extra/libgsf/Manifest @@ -2,8 +2,8 @@ MD5 7266041904d57f8e8d658892d6ac4a4a libgsf-1.7.2.ebuild 1140 MD5 dca2bc089122dc01b0776288b1fedaa8 libgsf-1.8.0.ebuild 1020 MD5 90b5d1af0a373030112fc57bc9647415 libgsf-1.3.0-r1.ebuild 1351 MD5 6367abf944b85b80b16d8437c54f96e6 libgsf-1.6.0.ebuild 1148 -MD5 63e3b0443b108b41974d4e5904b311d3 libgsf-1.8.1.ebuild 1007 -MD5 5ee8f3af8aaa3823cbd787f5c81eb1fe ChangeLog 1942 +MD5 a00411f55835fb272e918bef11a359d0 libgsf-1.8.1.ebuild 1013 +MD5 88aaa92fbaee142452dd43aa06680e2e ChangeLog 2095 MD5 5123d385e9aeecd520617df2aa4dc81f files/digest-libgsf-1.3.0-r1 65 MD5 ec1b3e9e3fc3f4373d56d58ca0335f3d files/digest-libgsf-1.6.0 65 MD5 3f8ab26e3290696015cd56f3617e8c48 files/digest-libgsf-1.7.2 65 diff --git a/gnome-extra/libgsf/files/digest-libgsf-1.8.1 b/gnome-extra/libgsf/files/digest-libgsf-1.8.1 new file mode 100644 index 000000000000..7848e2c87298 --- /dev/null +++ b/gnome-extra/libgsf/files/digest-libgsf-1.8.1 @@ -0,0 +1 @@ +MD5 fd6ca0e96a47bd1fd039f863ef2c0857 libgsf-1.8.1.tar.bz2 260115 diff --git a/gnome-extra/libgsf/libgsf-1.8.1.ebuild b/gnome-extra/libgsf/libgsf-1.8.1.ebuild new file mode 100644 index 000000000000..87348012b476 --- /dev/null +++ b/gnome-extra/libgsf/libgsf-1.8.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.8.1.ebuild,v 1.1 2003/06/08 13:02:37 foser Exp $ + +inherit gnome2 + +IUSE="gnome doc" +DESCRIPTION="The GNOME Structured File Library" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2 LGPL-2.1" +KEYWORDS="~x86 ~sparc ~ppc" + +# FIXME : should add optional bz2 support +RDEPEND=">=dev-libs/libxml2-2.4.16 + >=dev-libs/glib-2 + >=sys-libs/zlib-1.1.4 + gnome? ( >=gnome-base/libbonobo-2 + >=gnome-base/gnome-vfs-2 )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-0.9 )" + +src_unpack() { + unpack ${A} + cd ${S}/doc/ + + # little hack to fix bug 7570 + cp Makefile.in Makefile.in.orig + sed -e "s:doc\$(TARGET_DIR):\$(TARGET_DIR):" \ + Makefile.in.orig > Makefile.in +} + +use gnome \ + && G2CONF="${G2CONF} --with-gnome" \ + || G2CONF="${G2CONF} --without-gnome" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" |