public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/
Date: Fri,  9 Dec 2011 21:49:38 +0000 (UTC)	[thread overview]
Message-ID: <779efad0623a3b0d2f86090a020de19fced60a02.eva@gentoo> (raw)

commit:     779efad0623a3b0d2f86090a020de19fced60a02
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 21:48:53 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 21:48:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=779efad0

app-admin/sjconf: initial ebuild

I hate not really distributed package, but since I need the macro, I'll
package it from github anyway.

---
 app-admin/sjconf/Manifest             |   11 ++++++++
 app-admin/sjconf/sjconf-1.10.2.ebuild |   45 +++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/app-admin/sjconf/Manifest b/app-admin/sjconf/Manifest
new file mode 100644
index 0000000..a30662c
--- /dev/null
+++ b/app-admin/sjconf/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST sjconf-1.10.2.tar.gz 35711 RMD160 11db7b72ca78911c146bfcf9c6b03a4a8222bf38 SHA1 b8bbeaed3375e1d9c74f5826403c13a0fffe8ba3 SHA256 8e2d932c0f2dc701dcee8d0565c0aa99b1021271abee855d33ddeb938aefa2a3
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk7igkUACgkQ1fmVwcYIWAaplwCgyxgOb3CttZVN1/h+riBC0To4
+3asAmwUOkRW9qI4p8OSoQx+FwNC4DKWQ
+=01qW
+-----END PGP SIGNATURE-----

diff --git a/app-admin/sjconf/sjconf-1.10.2.ebuild b/app-admin/sjconf/sjconf-1.10.2.ebuild
new file mode 100644
index 0000000..169b443
--- /dev/null
+++ b/app-admin/sjconf/sjconf-1.10.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit autotools-utils eutils python
+
+DESCRIPTION="SJConf is a configuration editing tool written in Python"
+HOMEPAGE="https://github.com/SmartJog/sjconf"
+SRC_URI="https://github.com/SmartJog/${PN}/tarball/v${PV} -> ${PF}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	app-text/txt2tags"
+
+S="${WORKDIR}/SmartJog-${PN}-2ac845b"
+
+pkg_setup() {
+	DOCS="ChangeLog"
+	python_pkg_setup
+}
+
+src_prepare() {
+	eautoreconf
+	autotools-utils_src_prepare
+}
+
+src_configure() {
+	autotools-utils_src_configure --localstatedir=/var --docdir=/usr/share/doc/${PF}
+}
+
+src_install() {
+	autotools-utils_src_install
+	python_clean_installation_image -q
+	python_convert_shebangs -r -x 2 "${D}"
+}



             reply	other threads:[~2011-12-09 21:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-09 21:49 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-09 22:46 [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/ Gilles Dartiguelongue
2012-02-12 14:37 Gilles Dartiguelongue
2012-03-25 15:12 Gilles Dartiguelongue
2012-03-25 15:22 Gilles Dartiguelongue
2012-11-05 22:34 Gilles Dartiguelongue

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=779efad0623a3b0d2f86090a020de19fced60a02.eva@gentoo \
    --to=eva@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