]> Pileus Git - ~andy/sunrise/commitdiff
www-misc/ ppastats: New ebuild for bug 405407 thanks to Tommy[D], kensington and...
authorAlexander van der Mey (alexandervdm) <alexvandermey@gmail.com>
Thu, 23 Feb 2012 21:58:31 +0000 (21:58 +0000)
committerAlexander van der Mey (alexandervdm) <alexvandermey@gmail.com>
Thu, 23 Feb 2012 21:58:31 +0000 (21:58 +0000)
svn path=/sunrise/; revision=12770

www-misc/ppastats/ChangeLog [new file with mode: 0644]
www-misc/ppastats/Manifest [new file with mode: 0644]
www-misc/ppastats/metadata.xml [new file with mode: 0644]
www-misc/ppastats/ppastats-0.0.6.ebuild [new file with mode: 0644]

diff --git a/www-misc/ppastats/ChangeLog b/www-misc/ppastats/ChangeLog
new file mode 100644 (file)
index 0000000..969f764
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for www-misc/ppastats
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ppastats-0.0.6 (23 Feb 2012)
+
+  23 Feb 2012; Alexander van der Mey (alexandervdm) <alexvandermey@gmail.com>
+  +ppastats-0.0.6.ebuild, +metadata.xml:
+  New ebuild for bug 405407 thanks to Tommy[D], kensington and hasufell
+
diff --git a/www-misc/ppastats/Manifest b/www-misc/ppastats/Manifest
new file mode 100644 (file)
index 0000000..7ab9b38
--- /dev/null
@@ -0,0 +1,4 @@
+DIST ppastats-0.0.6.tar.gz 252574 RMD160 33cb24c86be59599da211a70c2018045f087aa33 SHA1 0951ef88a47e9b8640fe1825d9feafc422df5061 SHA256 2f8053746d80fd030020ec2a80093e370ab2646616286b5304ca4635aba13d5d
+EBUILD ppastats-0.0.6.ebuild 414 RMD160 1708904b95bd4a7927f573c539313a9f7c91f7a4 SHA1 e75f01702acba85ff083ce7173db0ddbca3810e1 SHA256 7a99ac9fe6909b87fdcd84fdcf4851c6c285ea5c001cf979171cad17289d4efa
+MISC ChangeLog 341 RMD160 bb36af6213b6b310ee7f1e48a898645abe426723 SHA1 82464e8ed6b67727e025cc68f1d3b7437476db3c SHA256 31a416723647e3698af1a30b05b56318be19537d2866116bbdaf579b28dcba50
+MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/www-misc/ppastats/metadata.xml b/www-misc/ppastats/metadata.xml
new file mode 100644 (file)
index 0000000..31dc017
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/www-misc/ppastats/ppastats-0.0.6.ebuild b/www-misc/ppastats/ppastats-0.0.6.ebuild
new file mode 100644 (file)
index 0000000..58af941
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:$
+
+EAPI=4
+
+DESCRIPTION="Creates HTML reports from Ubuntu PPA statistics"
+SRC_URI="http://wpitchoune.net/${PN}/files/${P}.tar.gz"
+HOMEPAGE="http://wpitchoune.net/blog/ppastats/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/json-c
+       net-misc/curl"
+RDEPEND="${DEPEND}"
+
+