summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-01-31 01:40:23 +0000
committerMarinus Schraal <foser@gentoo.org>2003-01-31 01:40:23 +0000
commitcc08543575a6b320f3c2be460f60962dc533fab0 (patch)
treec0c84a544e9c65f214231209877f055b1e026bd6 /gnome-base/librsvg
parentpart of gnome2.2 rc2 mask (diff)
downloadgentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.gz
gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.bz2
gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.zip
gnome2.2 rc2 commit
Diffstat (limited to 'gnome-base/librsvg')
-rw-r--r--gnome-base/librsvg/ChangeLog7
-rw-r--r--gnome-base/librsvg/files/digest-librsvg-2.2.11
-rw-r--r--gnome-base/librsvg/librsvg-2.2.1.ebuild23
3 files changed, 30 insertions, 1 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog
index b8f2ead178b4..f434b11aa70f 100644
--- a/gnome-base/librsvg/ChangeLog
+++ b/gnome-base/librsvg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/librsvg
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.10 2002/12/13 10:56:53 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.11 2003/01/31 01:40:23 foser Exp $
+
+*librsvg-2.2.1 (30 Jan 2003)
+
+ 30 Jan 2003; foser <foser@gentoo.org> librsvg-2.2.1.ebuild :
+ GNOME 2.2 rc2 commit
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/gnome-base/librsvg/files/digest-librsvg-2.2.1 b/gnome-base/librsvg/files/digest-librsvg-2.2.1
new file mode 100644
index 000000000000..0f8fa8e5e635
--- /dev/null
+++ b/gnome-base/librsvg/files/digest-librsvg-2.2.1
@@ -0,0 +1 @@
+MD5 8b2acd099b935c824c45c9d8883fb5a0 librsvg-2.2.1.tar.bz2 203974
diff --git a/gnome-base/librsvg/librsvg-2.2.1.ebuild b/gnome-base/librsvg/librsvg-2.2.1.ebuild
new file mode 100644
index 000000000000..efd929972ce9
--- /dev/null
+++ b/gnome-base/librsvg/librsvg-2.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.2.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="rendering svg library"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="2"
+KEYWORDS="~x86 ~ppc"
+LICENSE="GPL-2 LGPL-2.1"
+
+RDEPEND=">=dev-libs/glib-2
+ >=x11-libs/gtk+-2
+ >=media-libs/libart_lgpl-2.3.10
+ >=dev-libs/libxml2-2.4.7
+ >=x11-libs/pango-1.1"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0"
+
+DOCS="AUTHORS ChangeLog COPYIN* README INSTALL NEWS TODO"