public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: dev-python/uasparser/
Date: Fri, 23 Dec 2011 15:01:16 +0000 (UTC)	[thread overview]
Message-ID: <4b1e37692c05f2c697da3df263735d6e4a54e179.ultrabug@gentoo> (raw)

commit:     4b1e37692c05f2c697da3df263735d6e4a54e179
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 15:01:11 2011 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 15:01:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=4b1e3769

uasparser for python ebuild

---
 dev-python/uasparser/Manifest             |    2 +
 dev-python/uasparser/uasparser-999.ebuild |   33 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-python/uasparser/Manifest b/dev-python/uasparser/Manifest
new file mode 100644
index 0000000..13a6a14
--- /dev/null
+++ b/dev-python/uasparser/Manifest
@@ -0,0 +1,2 @@
+DIST uasparser.py.zip 3326 RMD160 62dc3b9b1b51f350d6b74f13f0f9f7493768900a SHA1 afb2680c186d8cd684ad81cd8489ae3204a483b3 SHA256 7cedcefa586095494a3f217a744c40d4c44c21b824bf67d4a271eddef2739b70
+EBUILD uasparser-999.ebuild 551 RMD160 f338f0efc2f3c86ecd0b300e55e7c451cea20d0f SHA1 8a38639224d673422fe0393cea1bd7925fcd4847 SHA256 ed65953dbc2e769f13b4c21408841ac395adab62fc858ff747aa085652a3298d

diff --git a/dev-python/uasparser/uasparser-999.ebuild b/dev-python/uasparser/uasparser-999.ebuild
new file mode 100644
index 0000000..2965d88
--- /dev/null
+++ b/dev-python/uasparser/uasparser-999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+PYTHON_DEPEND="2"
+
+inherit python
+
+DESCRIPTION="Python User Agent parser library"
+HOMEPAGE="http://user-agent-string.info"
+SRC_URI="http://user-agent-string.info/ua_rep/${PN}.py.zip"
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/"
+
+pkg_setup() {
+    python_set_active_version 2
+    python_pkg_setup
+}
+
+src_install() {
+	insinto "$(python_get_sitedir)"
+	doins *.py
+}
\ No newline at end of file



                 reply	other threads:[~2011-12-23 15:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4b1e37692c05f2c697da3df263735d6e4a54e179.ultrabug@gentoo \
    --to=ultrabug@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