public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/angelos:master commit in: dev-libs/sqlheavy/
@ 2011-12-18 14:01 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2011-12-18 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f0a70795bcbce555a3fa9872a8c7f26a2a07c941
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 13:34:22 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 13:34:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=f0a70795

sqlheavy: Initial import

(Portage version: 2.2.0_alpha81/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 dev-libs/sqlheavy/Manifest             |   12 ++++++++
 dev-libs/sqlheavy/metadata.xml         |    5 +++
 dev-libs/sqlheavy/sqlheavy-9999.ebuild |   44 ++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/dev-libs/sqlheavy/Manifest b/dev-libs/sqlheavy/Manifest
new file mode 100644
index 0000000..7474649
--- /dev/null
+++ b/dev-libs/sqlheavy/Manifest
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD sqlheavy-9999.ebuild 881 RMD160 9e244d07fb894b45326936cef70a7eb2a1d274d6 SHA1 20963ff6da9ea54ffe1b3533727edab15674c415 SHA256 5020f377c91918dfedfb6c01612828b763156baccda37f5038f9fc0d3c36030f
+MISC metadata.xml 140 RMD160 580e775b5b49d7303a7053e405f8db311400197a SHA1 b70c9d212cdfe358e63058de175f1122833a6579 SHA256 46e94927a74c45d5fd3e380fdc946886e83bc28a0a51b4f57b0a360428a5cf4b
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iF4EAREIAAYFAk7t694ACgkQmWq1bYTyC0Mr3QD+JKzTTo0j8iJF/AzaHRwWkGUJ
+T838frnJ9OpDdProqokA/jvOx97VvhgZwSO4PDRIrj7bN39rySG2qm9j0FyuLzJb
+=NnnH
+-----END PGP SIGNATURE-----

diff --git a/dev-libs/sqlheavy/metadata.xml b/dev-libs/sqlheavy/metadata.xml
new file mode 100644
index 0000000..88ea92b
--- /dev/null
+++ b/dev-libs/sqlheavy/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>
+

diff --git a/dev-libs/sqlheavy/sqlheavy-9999.ebuild b/dev-libs/sqlheavy/sqlheavy-9999.ebuild
new file mode 100644
index 0000000..7cef3dc
--- /dev/null
+++ b/dev-libs/sqlheavy/sqlheavy-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit autotools git-2
+
+DESCRIPTION="GObject SQLite wrapper"
+HOMEPAGE="http://code.google.com/p/sqlheavy/"
+EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc examples"
+
+RDEPEND=">=dev-libs/glib-2.22:2
+	>=dev-db/sqlite-3.6.20:3
+	>=x11-libs/gtk+-2.24:2"
+DEPEND="${RDEPEND}
+	dev-lang/vala:0.14
+	dev-util/pkgconfig
+	doc? ( dev-util/valadoc )"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+	sed -i -e "/examples/d" Makefile.am # don't compile examples
+	eautoreconf
+}
+
+src_configure() {
+	VALAC=$(type -p valac-0.14) \
+	econf \
+		--disable-static \
+		$(use_enable doc valadoc)
+}
+
+src_install() {
+	default
+	find "${ED}" -name "*.la" -delete || die
+	docinto examples
+	use examples && dodoc examples/*.vala
+}



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] dev/angelos:master commit in: dev-libs/sqlheavy/
@ 2012-07-20 11:43 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2012-07-20 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9f0db7a9f5df3cfe71f9be6280d178f8463a56a5
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 10:51:51 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 10:51:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=9f0db7a9

sqlheavy: Add 0.1.1, update live ebuild

(Portage version: 2.2.0_alpha120/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 dev-libs/sqlheavy/Manifest                         |   14 +++++++-----
 ...{sqlheavy-9999.ebuild => sqlheavy-0.1.1.ebuild} |   22 ++++++++-----------
 dev-libs/sqlheavy/sqlheavy-9999.ebuild             |   12 +++++-----
 3 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/dev-libs/sqlheavy/Manifest b/dev-libs/sqlheavy/Manifest
index 7474649..792f73a 100644
--- a/dev-libs/sqlheavy/Manifest
+++ b/dev-libs/sqlheavy/Manifest
@@ -1,12 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD sqlheavy-9999.ebuild 881 RMD160 9e244d07fb894b45326936cef70a7eb2a1d274d6 SHA1 20963ff6da9ea54ffe1b3533727edab15674c415 SHA256 5020f377c91918dfedfb6c01612828b763156baccda37f5038f9fc0d3c36030f
-MISC metadata.xml 140 RMD160 580e775b5b49d7303a7053e405f8db311400197a SHA1 b70c9d212cdfe358e63058de175f1122833a6579 SHA256 46e94927a74c45d5fd3e380fdc946886e83bc28a0a51b4f57b0a360428a5cf4b
+DIST sqlheavy-0.1.1.tar.xz 372776 SHA256 e8689f5fd4e0baf98eada2b3811262bb99877c2e8586fd21ad2a7ad3acc59031 SHA512 be455450360589c2efcf60a34829c925d7f98a569a34913e572baabc5601c86dca3b734bcd2369fe7f0819a166364bcdc893896462a8048bd02668402d63485c WHIRLPOOL e08fa0b648f9dd94e80847533477090502f538121d555d6682ec58f8fcefd4659269092b204e9634e9c1787d8ee6d618b18c6d1d8ce8b3cb24b2e1f3cef8ef22
+EBUILD sqlheavy-0.1.1.ebuild 797 SHA256 a2ef5d30c926992c1c3fc8f0573b36c9650af33dc2632231a254f73012f8a4bd SHA512 b1da620e6b29a53e4575b186b5a587ddbb57e5534599be27a3499c6e2fb9e542c2f92d6537e83e6b4b3f94fb5df137f91a1cf81abca6dbe2feb3e9993a709f2f WHIRLPOOL b968b0b5951a06a97f2b76ae6367e898563f24f7542f98475cbbac9db15432389bd36459a4a9f840029790cf6db6a8be5509d5f6fd7e956b6d19d3f0fa330409
+EBUILD sqlheavy-9999.ebuild 880 SHA256 9c2d6df947f23d6beb91e8641b72da1996d7a7e0f2ff477934ace4201d4c8b43 SHA512 d27e4e80e795cd91b4eea318f3e908ff8e4d5801eeec75a413fcd22146cecefdbc9e181451068b0d70c9243d23782ca049dfa358960320df946b686562b5ff47 WHIRLPOOL f6974d9d13a54c05c0efab8dc47e08ead8731192a3d756a226de2661f2a208a9682dd93024aaaba1e18ea7fdd95278426c5d582603f0a8e4ff9a5ac0c4b1e6f6
+MISC metadata.xml 140 SHA256 46e94927a74c45d5fd3e380fdc946886e83bc28a0a51b4f57b0a360428a5cf4b SHA512 fea2d8570514bac76535850a58a9fb50946a315efd0448cbb3fb0d543acc203541fb3431bd4c3ca82e057f2bd4fcd763da81d07dccfd4a788aedc9aa825d6296 WHIRLPOOL 78baff9ed584f9e1f978667c5b19ba0a66fe2793cacd56c2afbb9fd22fad28d6d012c3d976e8ad30aa4ddd63614cc990bb3a89a2052b3271e4cfd77003d5158e
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
 
-iF4EAREIAAYFAk7t694ACgkQmWq1bYTyC0Mr3QD+JKzTTo0j8iJF/AzaHRwWkGUJ
-T838frnJ9OpDdProqokA/jvOx97VvhgZwSO4PDRIrj7bN39rySG2qm9j0FyuLzJb
-=NnnH
+iF4EAREIAAYFAlAJOEcACgkQmWq1bYTyC0OUbgD/bjzHHA3ZZspjrFngbiEhxG9W
+7SX6kJJ6Vpunlg6jbvoA/2+ppAqHMzsp+zxRkshhXev4+G+PhTQoZ4NR4exm5n9B
+=CPyH
 -----END PGP SIGNATURE-----

diff --git a/dev-libs/sqlheavy/sqlheavy-9999.ebuild b/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
similarity index 61%
copy from dev-libs/sqlheavy/sqlheavy-9999.ebuild
copy to dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
index 7cef3dc..0c6ce0b 100644
--- a/dev-libs/sqlheavy/sqlheavy-9999.ebuild
+++ b/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
@@ -1,26 +1,25 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
-inherit autotools git-2
+inherit autotools
 
 DESCRIPTION="GObject SQLite wrapper"
 HOMEPAGE="http://code.google.com/p/sqlheavy/"
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="doc examples"
 
-RDEPEND=">=dev-libs/glib-2.22:2
-	>=dev-db/sqlite-3.6.20:3
+RDEPEND=">=dev-db/sqlite-3.6.20:3
+	dev-lang/vala:0.16
+	>=dev-libs/glib-2.22:2
 	>=x11-libs/gtk+-2.24:2"
 DEPEND="${RDEPEND}
-	dev-lang/vala:0.14
-	dev-util/pkgconfig
-	doc? ( dev-util/valadoc )"
+	virtual/pkgconfig"
 
 DOCS=( AUTHORS NEWS README )
 
@@ -30,10 +29,7 @@ src_prepare() {
 }
 
 src_configure() {
-	VALAC=$(type -p valac-0.14) \
-	econf \
-		--disable-static \
-		$(use_enable doc valadoc)
+	econf --disable-static
 }
 
 src_install() {

diff --git a/dev-libs/sqlheavy/sqlheavy-9999.ebuild b/dev-libs/sqlheavy/sqlheavy-9999.ebuild
index 7cef3dc..a4775f4 100644
--- a/dev-libs/sqlheavy/sqlheavy-9999.ebuild
+++ b/dev-libs/sqlheavy/sqlheavy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,12 +14,12 @@ SLOT="0"
 KEYWORDS=""
 IUSE="doc examples"
 
-RDEPEND=">=dev-libs/glib-2.22:2
-	>=dev-db/sqlite-3.6.20:3
+RDEPEND=">=dev-db/sqlite-3.6.20:3
+	dev-lang/vala:0.16
+	>=dev-libs/glib-2.22:2
 	>=x11-libs/gtk+-2.24:2"
 DEPEND="${RDEPEND}
-	dev-lang/vala:0.14
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( dev-util/valadoc )"
 
 DOCS=( AUTHORS NEWS README )
@@ -30,7 +30,7 @@ src_prepare() {
 }
 
 src_configure() {
-	VALAC=$(type -p valac-0.14) \
+	VALAC=$(type -p valac-0.16) \
 	econf \
 		--disable-static \
 		$(use_enable doc valadoc)



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] dev/angelos:master commit in: dev-libs/sqlheavy/
@ 2015-10-22 11:40 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2015-10-22 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c1c6c2b501eb78ababab2761a0308eff8f52888d
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:21:42 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:21:42 2015 +0000
URL:        https://gitweb.gentoo.org/dev/angelos.git/commit/?id=c1c6c2b5

dev-libs/sqlheavy: update REPO_URI/HOMEPAGE and migrate to vala.eclass

 dev-libs/sqlheavy/sqlheavy-9999.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-libs/sqlheavy/sqlheavy-9999.ebuild b/dev-libs/sqlheavy/sqlheavy-9999.ebuild
index e1351da..0db62e9 100644
--- a/dev-libs/sqlheavy/sqlheavy-9999.ebuild
+++ b/dev-libs/sqlheavy/sqlheavy-9999.ebuild
@@ -3,11 +3,12 @@
 # $Id$
 
 EAPI=4
-inherit autotools git-2
+VALA_MIN_API_VERSION=0.16
+inherit autotools git-2 vala
 
 DESCRIPTION="GObject SQLite wrapper"
-HOMEPAGE="http://code.google.com/p/sqlheavy/"
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
+HOMEPAGE="https://github.com/nemequ/sqlheavy"
+EGIT_REPO_URI="https://github.com/nemequ/${PN}.git"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -15,7 +16,7 @@ KEYWORDS=""
 IUSE="doc examples"
 
 RDEPEND=">=dev-db/sqlite-3.6.20:3
-	dev-lang/vala:0.16
+	$(vala_depend)
 	>=dev-libs/glib-2.22:2
 	>=x11-libs/gtk+-2.24:2"
 DEPEND="${RDEPEND}
@@ -27,10 +28,10 @@ DOCS=( AUTHORS NEWS README )
 src_prepare() {
 	sed -i -e "/examples/d" Makefile.am # don't compile examples
 	eautoreconf
+	vala_src_prepare
 }
 
 src_configure() {
-	VALAC=$(type -p valac-0.16) \
 	econf \
 		--disable-static \
 		$(use_enable doc valadoc)


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] dev/angelos:master commit in: dev-libs/sqlheavy/
@ 2015-10-22 11:40 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2015-10-22 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     21d795a031d27e91609608ce597adcce83bdd2dd
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:21:18 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:21:18 2015 +0000
URL:        https://gitweb.gentoo.org/dev/angelos.git/commit/?id=21d795a0

dev-libs/sqlheavy: remove 0.1.1

 dev-libs/sqlheavy/Manifest              |  1 -
 dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild | 40 ---------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-libs/sqlheavy/Manifest b/dev-libs/sqlheavy/Manifest
deleted file mode 100644
index 8064f17..0000000
--- a/dev-libs/sqlheavy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sqlheavy-0.1.1.tar.xz 372776 SHA256 e8689f5fd4e0baf98eada2b3811262bb99877c2e8586fd21ad2a7ad3acc59031 SHA512 be455450360589c2efcf60a34829c925d7f98a569a34913e572baabc5601c86dca3b734bcd2369fe7f0819a166364bcdc893896462a8048bd02668402d63485c WHIRLPOOL e08fa0b648f9dd94e80847533477090502f538121d555d6682ec58f8fcefd4659269092b204e9634e9c1787d8ee6d618b18c6d1d8ce8b3cb24b2e1f3cef8ef22

diff --git a/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild b/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
deleted file mode 100644
index 6cd9ea8..0000000
--- a/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="GObject SQLite wrapper"
-HOMEPAGE="http://code.google.com/p/sqlheavy/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND=">=dev-db/sqlite-3.6.20:3
-	dev-lang/vala:0.16
-	>=dev-libs/glib-2.22:2
-	>=x11-libs/gtk+-2.24:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
-	sed -i -e "/examples/d" Makefile.am # don't compile examples
-	eautoreconf
-}
-
-src_configure() {
-	econf --disable-static
-}
-
-src_install() {
-	default
-	find "${ED}" -name "*.la" -delete || die
-	docinto examples
-	use examples && dodoc examples/*.vala
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-22 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22 11:40 [gentoo-commits] dev/angelos:master commit in: dev-libs/sqlheavy/ Christoph Mende
  -- strict thread matches above, loose matches on Subject: below --
2015-10-22 11:40 Christoph Mende
2012-07-20 11:43 Christoph Mende
2011-12-18 14:01 Christoph Mende

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox