summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2004-02-09 01:00:09 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2004-02-09 01:00:09 +0000
commitcb63d9b34edeee6da021c944326c194b21554c00 (patch)
tree8a69b7d4f65ffdd50fbcc394c890129915dfa24d /dev-libs/libcroco
parentadded amd64 keyword. (Manifest recommit) (diff)
downloadgentoo-2-cb63d9b34edeee6da021c944326c194b21554c00.tar.gz
gentoo-2-cb63d9b34edeee6da021c944326c194b21554c00.tar.bz2
gentoo-2-cb63d9b34edeee6da021c944326c194b21554c00.zip
initial import of this package, will be used by librsvg in a later stage.
Diffstat (limited to 'dev-libs/libcroco')
-rw-r--r--dev-libs/libcroco/Changelog11
-rw-r--r--dev-libs/libcroco/Manifest4
-rw-r--r--dev-libs/libcroco/files/digest-libcroco-0.4.01
-rw-r--r--dev-libs/libcroco/libcroco-0.4.0.ebuild27
-rw-r--r--dev-libs/libcroco/metadata.xml20
5 files changed, 63 insertions, 0 deletions
diff --git a/dev-libs/libcroco/Changelog b/dev-libs/libcroco/Changelog
new file mode 100644
index 000000000000..debb98035926
--- /dev/null
+++ b/dev-libs/libcroco/Changelog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-libs/libcroco
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/Changelog,v 1.1 2004/02/09 01:00:09 spider Exp $
+
+*libcroco-0.4.0 (06 Feb 2004)
+
+ 06 Feb 2004; Spider <spider@gentoo.org> libcroco-0.4.0.ebuild
+ files/digest-libcroco-0.4.0 metadata.xml ChangeLog Manifest :
+
+ Initial build , created by me. Couldnt figure a decent place to put it
+ though.
diff --git a/dev-libs/libcroco/Manifest b/dev-libs/libcroco/Manifest
new file mode 100644
index 000000000000..741d742a958a
--- /dev/null
+++ b/dev-libs/libcroco/Manifest
@@ -0,0 +1,4 @@
+MD5 b11f973765dd91edbe689f6af73ff108 Changelog 371
+MD5 2b1aa053bf6a9930a51f007888eff5b2 metadata.xml 699
+MD5 b8a7dd792fb1e6e4d37ec3ae38e390d2 libcroco-0.4.0.ebuild 664
+MD5 a2364dd90c80124196958caf4afb4365 files/digest-libcroco-0.4.0 67
diff --git a/dev-libs/libcroco/files/digest-libcroco-0.4.0 b/dev-libs/libcroco/files/digest-libcroco-0.4.0
new file mode 100644
index 000000000000..9af4592907c0
--- /dev/null
+++ b/dev-libs/libcroco/files/digest-libcroco-0.4.0
@@ -0,0 +1 @@
+MD5 0bb1d64abdd4d0b85f2896e01d67b214 libcroco-0.4.0.tar.bz2 297073
diff --git a/dev-libs/libcroco/libcroco-0.4.0.ebuild b/dev-libs/libcroco/libcroco-0.4.0.ebuild
new file mode 100644
index 000000000000..12af3de5238a
--- /dev/null
+++ b/dev-libs/libcroco/libcroco-0.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.4.0.ebuild,v 1.1 2004/02/09 01:00:09 spider Exp $
+
+inherit gnome2
+
+DESCRIPTION="A generic CSS parsing and manipulation toolkit"
+HOMEPAGE="http://www.freespiders.org/projects/libcroco/"
+
+IUSE="doc zlib"
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2 LGPL-2"
+
+
+RDEPEND=">=dev-libs/glib-2.0
+ >=dev-libs/libxml2-2.4.23
+ >=gnome-base/libgnomeui-2.0.4
+ >=x11-libs/pango-1.0.4"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0"
+
+# disable gimp plugin, now in gimp
+G2CONF="${G2CONF} --enable-seleng=no --enable-layeng=no"
+
+DOCS="ABOUT-NLS AUTHORS ChangeLog COPYIN* HACKING README INSTALL NEWS TODO"
diff --git a/dev-libs/libcroco/metadata.xml b/dev-libs/libcroco/metadata.xml
new file mode 100644
index 000000000000..2a56bb49e484
--- /dev/null
+++ b/dev-libs/libcroco/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<maintainer>
+ <email>spider@gentoo.org</email>
+ <name>DmD Ljungmark</name>
+ <description>Taking maintaership as this appears to go into Gnome core releases. </description>
+</maintainer>
+<longdescription>
+The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support.
+
+provided is :
+A parser module with : A SAC like api and A CSSOM like api.
+A CSS2 selection engine
+An XML/CSS layout/rendering engine
+</longdescription>
+
+
+</pkgmetadata>