* [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/
@ 2011-12-09 21:49 Gilles Dartiguelongue
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2011-12-09 21:49 UTC (permalink / raw
To: gentoo-commits
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}"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/
@ 2011-12-09 22:46 Gilles Dartiguelongue
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2011-12-09 22:46 UTC (permalink / raw
To: gentoo-commits
commit: 35d1fce48fda8775a8643228a9646c03d750ace8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 9 22:45:01 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 9 22:46:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=35d1fce4
app-admin/sjconf: fix inherits
---
app-admin/sjconf/sjconf-1.10.2.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app-admin/sjconf/sjconf-1.10.2.ebuild b/app-admin/sjconf/sjconf-1.10.2.ebuild
index 169b443..0d7c1b0 100644
--- a/app-admin/sjconf/sjconf-1.10.2.ebuild
+++ b/app-admin/sjconf/sjconf-1.10.2.ebuild
@@ -7,7 +7,7 @@ PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
-inherit autotools-utils eutils python
+inherit autotools autotools-utils python
DESCRIPTION="SJConf is a configuration editing tool written in Python"
HOMEPAGE="https://github.com/SmartJog/sjconf"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/
@ 2012-02-12 14:37 Gilles Dartiguelongue
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-02-12 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 54f4b74afddde6fa218f4369b8d725ed0771a53d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 14:37:21 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 14:37:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=54f4b74a
app-admin/sjconf: 1.10.2 → 1.10.3
---
app-admin/sjconf/Manifest | 8 ++++----
.../{sjconf-1.10.2.ebuild => sjconf-1.10.3.ebuild} | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-admin/sjconf/Manifest b/app-admin/sjconf/Manifest
index a30662c..4f56154 100644
--- a/app-admin/sjconf/Manifest
+++ b/app-admin/sjconf/Manifest
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-DIST sjconf-1.10.2.tar.gz 35711 RMD160 11db7b72ca78911c146bfcf9c6b03a4a8222bf38 SHA1 b8bbeaed3375e1d9c74f5826403c13a0fffe8ba3 SHA256 8e2d932c0f2dc701dcee8d0565c0aa99b1021271abee855d33ddeb938aefa2a3
+DIST sjconf-1.10.3.tar.gz 36277 RMD160 ff72a7e4ee017e3d263da07848089e8d67b16e79 SHA1 c2db1d9279f29bef9d6f6633c5f7e278d038ad32 SHA256 2ef00bda96727bca3daf3ff088553376a04682a0c49bd0130eabcee1187fdc76
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
-iEYEARECAAYFAk7igkUACgkQ1fmVwcYIWAaplwCgyxgOb3CttZVN1/h+riBC0To4
-3asAmwUOkRW9qI4p8OSoQx+FwNC4DKWQ
-=01qW
+iEYEARECAAYFAk83zqEACgkQ1fmVwcYIWAZvFgCgnxmY1GsCxRxjoVk+V1f7xRPF
+9g4An1P4Cf+8jNjqJ48O8WroILWOFc2Y
+=3A/u
-----END PGP SIGNATURE-----
diff --git a/app-admin/sjconf/sjconf-1.10.2.ebuild b/app-admin/sjconf/sjconf-1.10.3.ebuild
similarity index 95%
rename from app-admin/sjconf/sjconf-1.10.2.ebuild
rename to app-admin/sjconf/sjconf-1.10.3.ebuild
index 0d7c1b0..62e588d 100644
--- a/app-admin/sjconf/sjconf-1.10.2.ebuild
+++ b/app-admin/sjconf/sjconf-1.10.3.ebuild
@@ -22,7 +22,7 @@ RDEPEND=""
DEPEND="${RDEPEND}
app-text/txt2tags"
-S="${WORKDIR}/SmartJog-${PN}-2ac845b"
+S="${WORKDIR}/SmartJog-${PN}-b9beb30"
pkg_setup() {
DOCS="ChangeLog"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/
@ 2012-03-25 15:12 Gilles Dartiguelongue
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-03-25 15:12 UTC (permalink / raw
To: gentoo-commits
commit: 1edc53303f21ef6031ea89aaca3e424d5264f1cd
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 15:12:09 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 15:12:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=1edc5330
app-admin/sjconf: 1.10.3 → 1.11.0
---
app-admin/sjconf/Manifest | 12 +++++++++++-
.../{sjconf-1.10.3.ebuild => sjconf-1.11.0.ebuild} | 10 ++++------
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/app-admin/sjconf/Manifest b/app-admin/sjconf/Manifest
index d5f80c2..6cc197e 100644
--- a/app-admin/sjconf/Manifest
+++ b/app-admin/sjconf/Manifest
@@ -1 +1,11 @@
-DIST sjconf-1.10.3.tar.gz 36277 RMD160 ff72a7e4ee017e3d263da07848089e8d67b16e79 SHA1 c2db1d9279f29bef9d6f6633c5f7e278d038ad32 SHA256 2ef00bda96727bca3daf3ff088553376a04682a0c49bd0130eabcee1187fdc76
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST sjconf-1.11.0.tar.gz 104748 RMD160 6b952414df279b4080d94523c46dbe1d99561c8b SHA1 3ddca0765434e0ddbe62f9d7fde5cf173ace510a SHA256 024a01d10a1b3b2178ae0c40cd6bee9d2b3e89fab9bd6ac10c849c1915867b7b
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEAREKAAYFAk9vNckACgkQ1fmVwcYIWAYbHQCfRZIrtrrFxN0va+japToBbtIs
+drsAn2bMC+Tjs4fXyKy9HhJdvwIwWsdI
+=eBlb
+-----END PGP SIGNATURE-----
diff --git a/app-admin/sjconf/sjconf-1.10.3.ebuild b/app-admin/sjconf/sjconf-1.11.0.ebuild
similarity index 79%
rename from app-admin/sjconf/sjconf-1.10.3.ebuild
rename to app-admin/sjconf/sjconf-1.11.0.ebuild
index 62e588d..7ff928d 100644
--- a/app-admin/sjconf/sjconf-1.10.3.ebuild
+++ b/app-admin/sjconf/sjconf-1.11.0.ebuild
@@ -7,11 +7,11 @@ PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
-inherit autotools autotools-utils python
+inherit autotools-utils 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"
+SRC_URI="https://github.com/downloads/SmartJog/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -20,9 +20,8 @@ IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
- app-text/txt2tags"
-
-S="${WORKDIR}/SmartJog-${PN}-b9beb30"
+ app-text/txt2tags
+ dev-python/nose"
pkg_setup() {
DOCS="ChangeLog"
@@ -30,7 +29,6 @@ pkg_setup() {
}
src_prepare() {
- eautoreconf
autotools-utils_src_prepare
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/
@ 2012-03-25 15:22 Gilles Dartiguelongue
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-03-25 15:22 UTC (permalink / raw
To: gentoo-commits
commit: 2fe356b5ea48507e61b6681d5900931a85a59e5e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 15:21:34 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 15:21:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=2fe356b5
app-admin/sjconf: do not compile python modules
---
app-admin/sjconf/sjconf-1.11.0.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app-admin/sjconf/sjconf-1.11.0.ebuild b/app-admin/sjconf/sjconf-1.11.0.ebuild
index 7ff928d..a7451a3 100644
--- a/app-admin/sjconf/sjconf-1.11.0.ebuild
+++ b/app-admin/sjconf/sjconf-1.11.0.ebuild
@@ -29,6 +29,7 @@ pkg_setup() {
}
src_prepare() {
+ python_clean_py-compile_files
autotools-utils_src_prepare
}
@@ -38,6 +39,5 @@ src_configure() {
src_install() {
autotools-utils_src_install
- python_clean_installation_image -q
python_convert_shebangs -r -x 2 "${D}"
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/
@ 2012-11-05 22:34 Gilles Dartiguelongue
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-05 22:34 UTC (permalink / raw
To: gentoo-commits
commit: 025849093311ad2cdeacfc56b7de0b86f392f2c3
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 5 19:43:35 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 5 19:43:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=02584909
app-admin/sjconf: no need for this anymore
---
app-admin/sjconf/Manifest | 11 --------
app-admin/sjconf/sjconf-1.11.0.ebuild | 43 ---------------------------------
2 files changed, 0 insertions(+), 54 deletions(-)
diff --git a/app-admin/sjconf/Manifest b/app-admin/sjconf/Manifest
deleted file mode 100644
index 6cc197e..0000000
--- a/app-admin/sjconf/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST sjconf-1.11.0.tar.gz 104748 RMD160 6b952414df279b4080d94523c46dbe1d99561c8b SHA1 3ddca0765434e0ddbe62f9d7fde5cf173ace510a SHA256 024a01d10a1b3b2178ae0c40cd6bee9d2b3e89fab9bd6ac10c849c1915867b7b
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
-
-iEYEAREKAAYFAk9vNckACgkQ1fmVwcYIWAYbHQCfRZIrtrrFxN0va+japToBbtIs
-drsAn2bMC+Tjs4fXyKy9HhJdvwIwWsdI
-=eBlb
------END PGP SIGNATURE-----
diff --git a/app-admin/sjconf/sjconf-1.11.0.ebuild b/app-admin/sjconf/sjconf-1.11.0.ebuild
deleted file mode 100644
index a7451a3..0000000
--- a/app-admin/sjconf/sjconf-1.11.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python
-
-DESCRIPTION="SJConf is a configuration editing tool written in Python"
-HOMEPAGE="https://github.com/SmartJog/sjconf"
-SRC_URI="https://github.com/downloads/SmartJog/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- app-text/txt2tags
- dev-python/nose"
-
-pkg_setup() {
- DOCS="ChangeLog"
- python_pkg_setup
-}
-
-src_prepare() {
- python_clean_py-compile_files
- autotools-utils_src_prepare
-}
-
-src_configure() {
- autotools-utils_src_configure --localstatedir=/var --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
- autotools-utils_src_install
- python_convert_shebangs -r -x 2 "${D}"
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-11-05 22:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 15:12 [gentoo-commits] dev/eva:master commit in: app-admin/sjconf/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2012-11-05 22:34 Gilles Dartiguelongue
2012-03-25 15:22 Gilles Dartiguelongue
2012-02-12 14:37 Gilles Dartiguelongue
2011-12-09 22:46 Gilles Dartiguelongue
2011-12-09 21:49 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox