* [gentoo-commits] dev/zorry:master commit in: ebuild/dev-python/gobs/
@ 2012-12-21 1:00 Magnus Granberg
0 siblings, 0 replies; 5+ messages in thread
From: Magnus Granberg @ 2012-12-21 1:00 UTC (permalink / raw
To: gentoo-commits
commit: 7cef7efa3cb4e8ad8e07361026274b9a6146d4d9
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 21 01:00:36 2012 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 01:00:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=7cef7efa
Update the gobs ebuild for mysql db
---
ebuild/dev-python/gobs/Manifest | 5 ++---
ebuild/dev-python/gobs/gobs-9999.ebuild | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/ebuild/dev-python/gobs/Manifest b/ebuild/dev-python/gobs/Manifest
index ad7e6cb..83f727e 100644
--- a/ebuild/dev-python/gobs/Manifest
+++ b/ebuild/dev-python/gobs/Manifest
@@ -1,3 +1,2 @@
-AUX gobs.conf 276 RMD160 64e18cf690deb3da863ef96a2405e479493acfce SHA1 acbcc905c9f4637a9aaa111aa71f88e589038aa0 SHA256 3a43b836bf5190eaa442477e1b6af696a3867f993ceb29fe484b833aeadb2c29
-EBUILD gobs-9999.ebuild 1204 RMD160 d3d1b0f892c40548464bf9b4965437659de4372b SHA1 a04c97ace103a641d902721546096b113c5a7fd3 SHA256 3fb5740904a541199ad281b66b188cdf5762765057249b56e3ab5842c46aeade
-MISC gobs-9999.ebuild~ 1158 RMD160 68f52e03f866e7438c93a3dddce952dcf8c744a2 SHA1 301ee70f5266fe7be07472da36a66c6dca657012 SHA256 1b2b3cb97c0f752dbab6fa9ab51979b2f94f8f23520df505b6e96e104eda9a8d
+AUX gobs.conf 305 SHA256 fd28bb95af69e507dbb0b9dbcb470eb155e81a97be3cefff9ed241cda766af4a SHA512 838113323adee7d3566714e18ba8af2416f193c2c9bf205af644e541235578107d2a573470d6679bff5e3cce67cb4645a93d38eb8c1b0b6899a22d577d3eb9f9 WHIRLPOOL e84e026def8da0511732be65b3d96fe8a046fd6629b8a914d9669cbbd4e96bd02617ac928cabbe1f3e599a25674037eb948570fa980c5d0451ce7f210166b212
+EBUILD gobs-9999.ebuild 950 SHA256 56a2c9eb5be33b5443c389ae53a4dbba5c1655503b7d09edbeb8a6141eb509a2 SHA512 1e529f6f2cfc5859f3094459534043b419aa6fc3c356f8bb9ae852106e0b5a435e84c119bb5e069e43393cae21b8e6c7b74258dbad333541edaf44fdc6e6a0ca WHIRLPOOL 4738451e367fc14d9a72eceec324e23ef36d2e8b3bf009afe3c255d7ee61dacc21503a90ee313fcaf0b2a695185aad82a3c1dee3cc6e336314673f25e3c671fc
diff --git a/ebuild/dev-python/gobs/gobs-9999.ebuild b/ebuild/dev-python/gobs/gobs-9999.ebuild
index aa0f050..3b84526 100644
--- a/ebuild/dev-python/gobs/gobs-9999.ebuild
+++ b/ebuild/dev-python/gobs/gobs-9999.ebuild
@@ -14,11 +14,11 @@ SRC_URI=""
LICENSE="GPL-2"
KEYWORDS="~amd64"
SLOT="0"
-IUSE="+postgresql"
+IUSE="+mysql"
RDEPEND="sys-apps/portage
>=dev-python/git-python-0.3.2_rc1
- postgresql? ( dev-python/psycopg )"
+ mysql? ( dev-python/mysql-connector-python )"
DEPEND="${RDEPEND}
dev-python/setuptools"
@@ -40,4 +40,4 @@ src_install() {
dodoc ${S}/gobs/doc/Setup.txt || die
distutils_src_install
-}
\ No newline at end of file
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/zorry:master commit in: ebuild/dev-python/gobs/
@ 2011-10-31 21:30 Magnus Granberg
0 siblings, 0 replies; 5+ messages in thread
From: Magnus Granberg @ 2011-10-31 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 8f67dc3f2108534f5c5b1af9e85157ed928600ce
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 21:30:07 2011 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 21:30:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=8f67dc3f
update ebuild to support gobs_setup_profile
---
ebuild/dev-python/gobs/gobs-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ebuild/dev-python/gobs/gobs-9999.ebuild b/ebuild/dev-python/gobs/gobs-9999.ebuild
index 22fa1b7..5430529 100644
--- a/ebuild/dev-python/gobs/gobs-9999.ebuild
+++ b/ebuild/dev-python/gobs/gobs-9999.ebuild
@@ -41,7 +41,7 @@ src_install() {
insinto /etc/gobs
doins ${FILESDIR}/gobs.conf || die
dobin ${S}/gobs/bin/gobs_updatedb || die
- dobin ${S}/gobs/bin/gobs_portage_hooks || die
+ dobin ${S}/gobs/bin/gobs_setup_profile || die
dosbin ${S}/gobs/bin/gobs_buildquerys || die
dodoc ${S}/gobs/sql/pgdump.sql.gz || die
dodoc ${S}/gobs/doc/Setup.txt || die
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/zorry:master commit in: ebuild/dev-python/gobs/
@ 2011-08-28 22:45 Magnus Granberg
0 siblings, 0 replies; 5+ messages in thread
From: Magnus Granberg @ 2011-08-28 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 27f9cff1c150f403948c8e998bf39db3a05006c6
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 22:44:58 2011 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 22:44:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=27f9cff1
add distutils_src_install in src_install
---
ebuild/dev-python/gobs/gobs-9999.ebuild | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ebuild/dev-python/gobs/gobs-9999.ebuild b/ebuild/dev-python/gobs/gobs-9999.ebuild
index 8780338..9ced40d 100644
--- a/ebuild/dev-python/gobs/gobs-9999.ebuild
+++ b/ebuild/dev-python/gobs/gobs-9999.ebuild
@@ -45,4 +45,6 @@ src_install() {
dosbin ${S}/gobs/bin/gobs_buildquerys || die
dodoc ${S}/gobs/sql/pgdump.sql.gz || die
dodoc ${S}/gobs/doc/Setup.txt || die
+
+ distutils_src_install
}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/zorry:master commit in: ebuild/dev-python/gobs/
@ 2011-08-28 14:08 Magnus Granberg
0 siblings, 0 replies; 5+ messages in thread
From: Magnus Granberg @ 2011-08-28 14:08 UTC (permalink / raw
To: gentoo-commits
commit: bf801c52314bb501702603190f03a16785e67c74
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 14:07:57 2011 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 14:07:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=bf801c52
fix name error of the pg sql dump
---
ebuild/dev-python/gobs/Manifest | 4 ++--
ebuild/dev-python/gobs/gobs-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ebuild/dev-python/gobs/Manifest b/ebuild/dev-python/gobs/Manifest
index c80bfb4..fa5e627 100644
--- a/ebuild/dev-python/gobs/Manifest
+++ b/ebuild/dev-python/gobs/Manifest
@@ -1,3 +1,3 @@
AUX gobs.conf 276 RMD160 64e18cf690deb3da863ef96a2405e479493acfce SHA1 acbcc905c9f4637a9aaa111aa71f88e589038aa0 SHA256 3a43b836bf5190eaa442477e1b6af696a3867f993ceb29fe484b833aeadb2c29
-EBUILD gobs-9999.ebuild 1102 RMD160 ec8afc95c3ed44ea4591b011a82f4b2ffd3e2c8c SHA1 879be297bc3b13132e27c9b43c812387df2aafbd SHA256 01d5ae2f26cb6197f878b1d9ed1fbdc2db212c746c1cec0dd7a784148d315721
-MISC gobs-9999.ebuild~ 1101 RMD160 7c392a2dcf68b126d695b6b5db63203f3c36dd0d SHA1 fcbc906abd60d173e4283372e6d26761ca23bd8c SHA256 b8bb4d93b760f9b78c11b8502ee2caf2a73de48897878fe9601d5126f5eb8760
+EBUILD gobs-9999.ebuild 1158 RMD160 68f52e03f866e7438c93a3dddce952dcf8c744a2 SHA1 301ee70f5266fe7be07472da36a66c6dca657012 SHA256 1b2b3cb97c0f752dbab6fa9ab51979b2f94f8f23520df505b6e96e104eda9a8d
+MISC gobs-9999.ebuild~ 1156 RMD160 bb70cf36f3d62b45d4d850f211504b6623620b48 SHA1 3a4b5cd5fb451ef9b2c81821efa438ea31e09c1f SHA256 e8f0557d8d9d554f9e65d041ce01495543343cb0c8e8c23305dc8fbb8e6e9b24
diff --git a/ebuild/dev-python/gobs/gobs-9999.ebuild b/ebuild/dev-python/gobs/gobs-9999.ebuild
index cc56d5b..e499bca 100644
--- a/ebuild/dev-python/gobs/gobs-9999.ebuild
+++ b/ebuild/dev-python/gobs/gobs-9999.ebuild
@@ -43,5 +43,5 @@ src_install() {
dobin ${S}/gobs/bin/gobs_updatedb || die
dobin ${S}/gobs/bin/gobs_portage_hooks || die
dosbin ${S}/gobs/bin/gobs_buildquerys || die
- dodoc ${S}/gobs/sql/dump.sql.gz
+ dodoc ${S}/gobs/sql/pgdump.sql.gz
}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/zorry:master commit in: ebuild/dev-python/gobs/
@ 2011-07-29 17:01 Magnus Granberg
0 siblings, 0 replies; 5+ messages in thread
From: Magnus Granberg @ 2011-07-29 17:01 UTC (permalink / raw
To: gentoo-commits
commit: 3290d77139ac39b0afddcc0acf2d07fe8ae28f6d
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 17:01:32 2011 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 17:01:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=3290d771
Adding the ebuild
---
ebuild/dev-python/gobs/Manifest | 2 +
ebuild/dev-python/gobs/gobs-9999.ebuild | 34 +++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/ebuild/dev-python/gobs/Manifest b/ebuild/dev-python/gobs/Manifest
new file mode 100644
index 0000000..0549c0f
--- /dev/null
+++ b/ebuild/dev-python/gobs/Manifest
@@ -0,0 +1,2 @@
+EBUILD gobs-9999.ebuild 780 RMD160 4d5a4fcad4eba7925abe8cf5002e7fed23c94774 SHA1 769ba2cf8ad6a5d52cc69fba4ff47e2544772755 SHA256 bb8871e2bdb250a6ef3fad4c5203e6c39813a9d56d2f99eb39936ea04b3b9c5a
+MISC gobs-9999.ebuild~ 866 RMD160 4b2191f64a9f8a71c60c521996b06c179885aa1a SHA1 a95465e45e697f6d2ada73aba8c4a16e9f61d681 SHA256 df46dc1ceb3169b5a30ca594ea6c9e36309b0052f01cb5b01fc84ec5de52a3c9
diff --git a/ebuild/dev-python/gobs/gobs-9999.ebuild b/ebuild/dev-python/gobs/gobs-9999.ebuild
new file mode 100644
index 0000000..e7c8c1c
--- /dev/null
+++ b/ebuild/dev-python/gobs/gobs-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils git-2
+
+DESCRIPTION="Gobs"
+HOMEPAGE="http://git.overlays.gentoo.org/gitroot/dev/zorry.git"
+SRC_URI=""
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+RDEPEND="sys-apps/portage"
+
+DEPEND="${RDEPEND}
+ dev-python/setuptools"
+
+RESTRICT_PYTHON_ABIS="3.*"
+
+EGIT_REPO_URI="http://git.overlays.gentoo.org/gitroot/dev/zorry.git"
+#EGIT_FETCH_CMD="git clone"
+##EGIT_BRANCH="master"
+##EGIT_COMMIT=${EGIT_BRANCH}
+# The eclass is based on subversion eclass.
+# If you use this eclass, the ${S} is ${WORKDIR}/${P}.
+# It is necessary to define the EGIT_REPO_URI variable at least.
+
+PYTHON_MODNAME="gobs"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-12-21 1:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 1:00 [gentoo-commits] dev/zorry:master commit in: ebuild/dev-python/gobs/ Magnus Granberg
-- strict thread matches above, loose matches on Subject: below --
2011-10-31 21:30 Magnus Granberg
2011-08-28 22:45 Magnus Granberg
2011-08-28 14:08 Magnus Granberg
2011-07-29 17:01 Magnus Granberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox