public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: dev-libs/libcss/
Date: Tue,  3 May 2011 20:10:22 +0000 (UTC)	[thread overview]
Message-ID: <17922b8e0163f94a8a26b452403c969af8d06e6a.xmw@gentoo> (raw)

commit:     17922b8e0163f94a8a26b452403c969af8d06e6a
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 07:55:53 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May  3 07:55:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=17922b8e

dev-libs/libcss: moved to netsurf.eclass

(Portage version: 2.1.9.42/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 dev-libs/libcss/ChangeLog           |   15 +++++++++++++++
 dev-libs/libcss/Manifest            |   14 ++++++++++++++
 dev-libs/libcss/libcss-0.1.0.ebuild |   19 +++++++++++++++++++
 dev-libs/libcss/metadata.xml        |   10 ++++++++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libcss/ChangeLog b/dev-libs/libcss/ChangeLog
new file mode 100644
index 0000000..c7bcf27
--- /dev/null
+++ b/dev-libs/libcss/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for dev-libs/libcss
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  03 May 2011; Michael Weber <xmw@gentoo.org> +libcss-0.1.0.ebuild,
+  +metadata.xml:
+  moved to netsurf.eclass
+
+*libcss-0.1.0 (02 May 2011)
+
+  02 May 2011; Michael Weber <xmw@gentoo.org> +libcss-0.1.0.ebuild,
+  +metadata.xml:
+  Initial import, bug 347471, thanks to inciner@gmail.com for the initial
+  ebuild
+

diff --git a/dev-libs/libcss/Manifest b/dev-libs/libcss/Manifest
new file mode 100644
index 0000000..beb457a
--- /dev/null
+++ b/dev-libs/libcss/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST libcss-0.1.0-src.tar.gz 455852 RMD160 3ab29885edfe5fc9015ac7f17d3d968a4c28143a SHA1 b6a095dcba9aaa15a34e5426e750964599b0b6e8 SHA256 fae4b8494f8437724278f59e230b5a193d75ce379e9d7e5f3e57c7aa6c770a90
+EBUILD libcss-0.1.0.ebuild 358 RMD160 a0b8e9bf3518ffd5e4c10f11b2654cd9219b0d88 SHA1 87e861ac35f18fefe855ebd09883ee06ff44f93a SHA256 b85f4df4c48c2699451aeced0e3302cd1342aa4fdb1cedbf0f73f6f143fc14ce
+MISC ChangeLog 426 RMD160 e0009753c55141d824a9c29769cfa55bbb8ecf8e SHA1 430d19a71f18b8c66e4b53d3a4fef70ce33af8a4 SHA256 2b27023911cea1a3c43f8fd049d6fa79452a7e8527c8091231a69b06bbef3c4d
+MISC metadata.xml 249 RMD160 62b32ecefb68df84b41edb7f9f723c2f48a4affa SHA1 1ab0c24ec00e77d4f681fa62ee800d25e0b3f583 SHA256 23a9b4802efacede04885b28ee80b8879224458c9cc3ecd58401728f20c1ca30
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk2/tQkACgkQknrdDGLu8JAMIgD/adnEOl70DVdR49eMite3vD8V
+dtnkGzF7yJ8v3NEeJ8wA/RjWWoCXoOG1zhyKg/DmLZFz2JlSHBkKrYOzws4spRFw
+=72pc
+-----END PGP SIGNATURE-----

diff --git a/dev-libs/libcss/libcss-0.1.0.ebuild b/dev-libs/libcss/libcss-0.1.0.ebuild
new file mode 100644
index 0000000..5471947
--- /dev/null
+++ b/dev-libs/libcss/libcss-0.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit netsurf
+
+DESCRIPTION="CSS parser and selection engine, written in C"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/libparserutils
+	dev-libs/libwapcaplet"
+DEPEND="${RDEPEND}
+	test? (	dev-lang/perl )"
+
+DOCS=( README )

diff --git a/dev-libs/libcss/metadata.xml b/dev-libs/libcss/metadata.xml
new file mode 100644
index 0000000..912cd65
--- /dev/null
+++ b/dev-libs/libcss/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+  <email>xmw@gentoo.org</email>
+  <name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+



             reply	other threads:[~2011-05-03 20:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-03 20:10 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-03 20:10 [gentoo-commits] dev/xmw:master commit in: dev-libs/libcss/ Michael Weber
2011-05-03 20:38 Michael Weber
2012-04-28 15:03 Michael Weber
2012-07-18  8:27 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17922b8e0163f94a8a26b452403c969af8d06e6a.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox