* [gentoo-commits] dev/xmw:master commit in: www-client/castget/
@ 2011-08-06 23:55 Michael Weber
0 siblings, 0 replies; only message in thread
From: Michael Weber @ 2011-08-06 23:55 UTC (permalink / raw
To: gentoo-commits
commit: 4e15f46a86dcdf48d271df67091595ab49616d2a
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 23:53:59 2011 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 23:53:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=4e15f46a
www-client/castget: Initial import
(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
www-client/castget/ChangeLog | 11 +++++++++++
www-client/castget/Manifest | 16 ++++++++++++++++
www-client/castget/castget-1.0.1.ebuild | 29 +++++++++++++++++++++++++++++
www-client/castget/castget-1.1.0.ebuild | 25 +++++++++++++++++++++++++
www-client/castget/metadata.xml | 10 ++++++++++
5 files changed, 91 insertions(+), 0 deletions(-)
diff --git a/www-client/castget/ChangeLog b/www-client/castget/ChangeLog
new file mode 100644
index 0000000..06b6fd3
--- /dev/null
+++ b/www-client/castget/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for www-client/castget
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*castget-1.1.0 (06 Aug 2011)
+*castget-1.0.1 (06 Aug 2011)
+
+ 06 Aug 2011; Michael Weber <xmw@gentoo.org> +castget-1.0.1.ebuild,
+ +castget-1.1.0.ebuild, +metadata.xml:
+ Initial import
+
diff --git a/www-client/castget/Manifest b/www-client/castget/Manifest
new file mode 100644
index 0000000..706b881
--- /dev/null
+++ b/www-client/castget/Manifest
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST castget-1.0.1.tar.gz 355696 RMD160 a9ea4c8594fd3450102920c696f2caa63166c5c8 SHA1 404b7c09114e27d20da9d59518a388e4c6b17324 SHA256 44a201d3bf6f95a580d2a3c446f3595f3b5d1a92770206d311cae8ab05e680ea
+DIST castget-1.1.0.tar.bz2 250840 RMD160 cb9e66966266d8b7f7ec8c5a66886a3eb776fd46 SHA1 924eb2aa1be1983336d9103bdf7ec0e534be9cd5 SHA256 88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5
+EBUILD castget-1.0.1.ebuild 585 RMD160 58bd5d7112e7477699e815047b41f2a81f8082df SHA1 6d1a1b87e8d6b889aaab735c5e378c27463a20de SHA256 aa859277253726f5159a17017cfba935a708bd08cb75e0e7f60340b6b481632d
+EBUILD castget-1.1.0.ebuild 505 RMD160 d248023ff60a28bd14bc761b1477474577107cf8 SHA1 e01c97e82910b704777ed27e408e07f2fde9096b SHA256 5fb8b674adba222332af566e6ac9012e45f5bd0de9d55bf5d00817c17d870ce0
+MISC ChangeLog 305 RMD160 cb85f482d3b7bb5c6b88fa29ba9482334547621c SHA1 2f1fb1dfe53de3128cc0e9d7d65c1ad67f51c315 SHA256 af23f2bfc98e37d4fc1c5a750f7f5abb2fad6c702d741e2bcdd953c66c5b5d9f
+MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk491BYACgkQknrdDGLu8JD7HAD/XIoi3Tqyvtsm3Oryz8ZbszMx
+QoWEE497i2zRFCgx7XUA/1qxvAkBOEjwfX9OgrXot9gziNZJ6iTH5gi8l9FqWeS5
+=2g4Y
+-----END PGP SIGNATURE-----
diff --git a/www-client/castget/castget-1.0.1.ebuild b/www-client/castget/castget-1.0.1.ebuild
new file mode 100644
index 0000000..ca7f1c1
--- /dev/null
+++ b/www-client/castget/castget-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit base
+
+DESCRIPTION="simple, command-line based RSS enclosure downloader"
+HOMEPAGE="http://www.nongnu.org/castget/"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/glib
+ dev-libs/libxml2
+ media-libs/id3lib
+ net-misc/curl
+ sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
diff --git a/www-client/castget/castget-1.1.0.ebuild b/www-client/castget/castget-1.1.0.ebuild
new file mode 100644
index 0000000..1e1699c
--- /dev/null
+++ b/www-client/castget/castget-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit base
+
+DESCRIPTION="simple, command-line based RSS enclosure downloader"
+HOMEPAGE="http://www.nongnu.org/castget/"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib
+ dev-libs/libxml2
+ media-libs/id3lib
+ net-misc/curl
+ sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
diff --git a/www-client/castget/metadata.xml b/www-client/castget/metadata.xml
new file mode 100644
index 0000000..02b909e
--- /dev/null
+++ b/www-client/castget/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>
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-06 23:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-06 23:55 [gentoo-commits] dev/xmw:master commit in: www-client/castget/ Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox