public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2011-07-13  8:35 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2011-07-13  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     054903f7b942247d1b1291879654f2e7290307d6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jul 13 08:34:42 2011 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 08:34:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=054903f7

Initial import.

(Portage version: 2.1.10.3/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/libnotify/ChangeLog              |   10 +++++++++
 dev-ruby/libnotify/Manifest               |   14 ++++++++++++
 dev-ruby/libnotify/libnotify-0.5.6.ebuild |   32 +++++++++++++++++++++++++++++
 dev-ruby/libnotify/metadata.xml           |    5 ++++
 4 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
new file mode 100644
index 0000000..1b0bbcf
--- /dev/null
+++ b/dev-ruby/libnotify/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/libnotify
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libnotify-0.5.6 (13 Jul 2011)
+
+  13 Jul 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.6.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
new file mode 100644
index 0000000..d9cc4df
--- /dev/null
+++ b/dev-ruby/libnotify/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST libnotify-0.5.6.gem 28672 RMD160 72c439351debde750f18cf7d034d6d3f3b82079d SHA1 4e1f72f12fc90fea960c1e29afa4d5a23140b8b3 SHA256 a19fea89e18bcbe5feaec1dd8b69ed8912f89e1fb1a5b7904a96bc065b5da9df
+EBUILD libnotify-0.5.6.ebuild 793 RMD160 7cc62629f795d0b56ff0db5869930be591e30c3d SHA1 48d86d17679242e5bf6be361333f496ef2810ad5 SHA256 423aa4b4496aa13160d4b014abcbedd95acf4a01ddb8832ff1731ba96ad768d5
+MISC ChangeLog 262 RMD160 efde6b15dfd4c1d774df091720679780ecb425bb SHA1 173e115dfaade8f6290521b08c85f6b31c62a814 SHA256 4c07879b9e64ddb24994c98ed22b34cd68f000c5f8db0d515ed66c1f8ed137e5
+MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk4dWKIACgkQiIP6VqMIqNfpRwD/SDPHYJec7xQNFnXd3WdL2FUm
+fv+zDqpRm6foQRgHXfMA/A7RSPvUPbls+chs7hrzU7fjdMafVAA1i1euUaf8kU03
+=+mQD
+-----END PGP SIGNATURE-----

diff --git a/dev-ruby/libnotify/libnotify-0.5.6.ebuild b/dev-ruby/libnotify/libnotify-0.5.6.ebuild
new file mode 100644
index 0000000..b54da35
--- /dev/null
+++ b/dev-ruby/libnotify/libnotify-0.5.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+# Documentation uses hanna, but hanna is broken with newer versions of
+# RDoc.
+RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for libnotify using FFI."
+HOMEPAGE="https://github.com/splattael/libnotify"
+# https://github.com/splattael/libnotify/issues/6
+LICENSE="unknown"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ffi"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
+}

diff --git a/dev-ruby/libnotify/metadata.xml b/dev-ruby/libnotify/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/libnotify/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>



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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2011-08-16 10:01 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2011-08-16 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a24fd737a8ee773a29a642550f2b983584a572e0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Aug  5 12:27:24 2011 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 12:27:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=a24fd737

Version bump.

(Portage version: 2.1.10.3/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/libnotify/ChangeLog              |    5 ++++
 dev-ruby/libnotify/Manifest               |   10 +++++---
 dev-ruby/libnotify/libnotify-0.5.7.ebuild |   31 +++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
index 1b0bbcf..b40fdc7 100644
--- a/dev-ruby/libnotify/ChangeLog
+++ b/dev-ruby/libnotify/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libnotify-0.5.7 (05 Aug 2011)
+
+  05 Aug 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.7.ebuild:
+  Version bump.
+
 *libnotify-0.5.6 (13 Jul 2011)
 
   13 Jul 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.6.ebuild,

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
index d9cc4df..f19db06 100644
--- a/dev-ruby/libnotify/Manifest
+++ b/dev-ruby/libnotify/Manifest
@@ -2,13 +2,15 @@
 Hash: SHA256
 
 DIST libnotify-0.5.6.gem 28672 RMD160 72c439351debde750f18cf7d034d6d3f3b82079d SHA1 4e1f72f12fc90fea960c1e29afa4d5a23140b8b3 SHA256 a19fea89e18bcbe5feaec1dd8b69ed8912f89e1fb1a5b7904a96bc065b5da9df
+DIST libnotify-0.5.7.gem 29184 RMD160 1cfdf1591f549a74dd707a4bf1b68786df051183 SHA1 dd6488a421897ed04b6189e16b6468c86f2f1b36 SHA256 0645899aab628b9e16e924708c21aa65e84c2550e5a17c2643d0f8a19fb337a5
 EBUILD libnotify-0.5.6.ebuild 793 RMD160 7cc62629f795d0b56ff0db5869930be591e30c3d SHA1 48d86d17679242e5bf6be361333f496ef2810ad5 SHA256 423aa4b4496aa13160d4b014abcbedd95acf4a01ddb8832ff1731ba96ad768d5
-MISC ChangeLog 262 RMD160 efde6b15dfd4c1d774df091720679780ecb425bb SHA1 173e115dfaade8f6290521b08c85f6b31c62a814 SHA256 4c07879b9e64ddb24994c98ed22b34cd68f000c5f8db0d515ed66c1f8ed137e5
+EBUILD libnotify-0.5.7.ebuild 739 RMD160 720042c593c1acef5dd784aab0e07024a6ab2e04 SHA1 ecf6297adc252597aeb04bd0fd950b13d4f19494 SHA256 d867b939a4815e35533509c5828ba41aadc6c5b4301275e73b7f829e98a2c67d
+MISC ChangeLog 386 RMD160 90f86931febb3a14ca8cd461e1ecffa4c30bb965 SHA1 7e6b7e7fb074f7f731a076736112e7cef8140c22 SHA256 f2032880328b8a52e5afde08ab74a01ed121482dd145d357042ad9064ec141a0
 MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk4dWKIACgkQiIP6VqMIqNfpRwD/SDPHYJec7xQNFnXd3WdL2FUm
-fv+zDqpRm6foQRgHXfMA/A7RSPvUPbls+chs7hrzU7fjdMafVAA1i1euUaf8kU03
-=+mQD
+iF4EAREIAAYFAk474awACgkQiIP6VqMIqNcXTAD6A+gZVY+rgQw5vYrivVcezM7J
+ifOfmf/wPEfocDkQ8HIBAIlArrFBZBgqd7Y2VCs0/eXUmW9RgLCtabTj0Jj4Yncw
+=qcJD
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/libnotify/libnotify-0.5.7.ebuild b/dev-ruby/libnotify/libnotify-0.5.7.ebuild
new file mode 100644
index 0000000..7b63db1
--- /dev/null
+++ b/dev-ruby/libnotify/libnotify-0.5.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+# Documentation uses hanna, but hanna is broken with newer versions of
+# RDoc.
+RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for libnotify using FFI."
+HOMEPAGE="https://github.com/splattael/libnotify"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ffi"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
+}



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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2012-01-02  9:55 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2012-01-02  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     99310119c51c57bb1505de30214341a7a733cb01
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Dec 15 15:27:22 2011 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 15:27:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=99310119

Version bump.

(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/libnotify/ChangeLog              |   10 +++++++++
 dev-ruby/libnotify/Manifest               |   10 +++-----
 dev-ruby/libnotify/libnotify-0.5.6.ebuild |   32 -----------------------------
 3 files changed, 14 insertions(+), 38 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
index b40fdc7..7430890 100644
--- a/dev-ruby/libnotify/ChangeLog
+++ b/dev-ruby/libnotify/ChangeLog
@@ -2,6 +2,16 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libnotify-0.6.0 (15 Dec 2011)
+
+  15 Dec 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.6.0.ebuild:
+  Version bump.
+
+*libnotify-0.5.9 (25 Nov 2011)
+
+  25 Nov 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.9.ebuild:
+  Version bump.
+
 *libnotify-0.5.7 (05 Aug 2011)
 
   05 Aug 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.7.ebuild:

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
index f19db06..e200f3a 100644
--- a/dev-ruby/libnotify/Manifest
+++ b/dev-ruby/libnotify/Manifest
@@ -1,16 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-DIST libnotify-0.5.6.gem 28672 RMD160 72c439351debde750f18cf7d034d6d3f3b82079d SHA1 4e1f72f12fc90fea960c1e29afa4d5a23140b8b3 SHA256 a19fea89e18bcbe5feaec1dd8b69ed8912f89e1fb1a5b7904a96bc065b5da9df
 DIST libnotify-0.5.7.gem 29184 RMD160 1cfdf1591f549a74dd707a4bf1b68786df051183 SHA1 dd6488a421897ed04b6189e16b6468c86f2f1b36 SHA256 0645899aab628b9e16e924708c21aa65e84c2550e5a17c2643d0f8a19fb337a5
-EBUILD libnotify-0.5.6.ebuild 793 RMD160 7cc62629f795d0b56ff0db5869930be591e30c3d SHA1 48d86d17679242e5bf6be361333f496ef2810ad5 SHA256 423aa4b4496aa13160d4b014abcbedd95acf4a01ddb8832ff1731ba96ad768d5
 EBUILD libnotify-0.5.7.ebuild 739 RMD160 720042c593c1acef5dd784aab0e07024a6ab2e04 SHA1 ecf6297adc252597aeb04bd0fd950b13d4f19494 SHA256 d867b939a4815e35533509c5828ba41aadc6c5b4301275e73b7f829e98a2c67d
-MISC ChangeLog 386 RMD160 90f86931febb3a14ca8cd461e1ecffa4c30bb965 SHA1 7e6b7e7fb074f7f731a076736112e7cef8140c22 SHA256 f2032880328b8a52e5afde08ab74a01ed121482dd145d357042ad9064ec141a0
+MISC ChangeLog 634 RMD160 f8629eebff66c61c529f6205b991190e010da8e6 SHA1 c1141bfc64b10e4d5e0e05442abb66d72015b4f2 SHA256 3eda5e8146d451f9e59b5264200a6f420b4e15f978bf71e37e0993f6cdca837a
 MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk474awACgkQiIP6VqMIqNcXTAD6A+gZVY+rgQw5vYrivVcezM7J
-ifOfmf/wPEfocDkQ8HIBAIlArrFBZBgqd7Y2VCs0/eXUmW9RgLCtabTj0Jj4Yncw
-=qcJD
+iF4EAREIAAYFAk7qEdoACgkQiIP6VqMIqNe2MQD+MM/dfk37+puuNcbOm2Vpcy+P
+GJ31Mhb/2xFe7tvUBNkA/iZ4xiMVh5PYKbITN0FMQeaXd2iJyEKL/tyqdEi1GJBD
+=rT1G
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/libnotify/libnotify-0.5.6.ebuild b/dev-ruby/libnotify/libnotify-0.5.6.ebuild
deleted file mode 100644
index b54da35..0000000
--- a/dev-ruby/libnotify/libnotify-0.5.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify"
-# https://github.com/splattael/libnotify/issues/6
-LICENSE="unknown"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
-}



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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2012-01-23 14:21 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2012-01-23 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     74c75a7a1dc8cc4306e5897193bfa6721d6203b5
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jan  8 17:23:09 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 17:23:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=74c75a7a

Version bump. Restrict tests due to new dependency.

(Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/libnotify/ChangeLog              |    7 +++++-
 dev-ruby/libnotify/Manifest               |   10 +++-----
 dev-ruby/libnotify/libnotify-0.7.1.ebuild |   34 +++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
index 7430890..a7cdec7 100644
--- a/dev-ruby/libnotify/ChangeLog
+++ b/dev-ruby/libnotify/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/libnotify
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libnotify-0.7.1 (08 Jan 2012)
+
+  08 Jan 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.7.1.ebuild:
+  Version bump. Restrict tests due to new dependency.
+
 *libnotify-0.6.0 (15 Dec 2011)
 
   15 Dec 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.6.0.ebuild:

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
index e200f3a..eb9f263 100644
--- a/dev-ruby/libnotify/Manifest
+++ b/dev-ruby/libnotify/Manifest
@@ -2,13 +2,11 @@
 Hash: SHA256
 
 DIST libnotify-0.5.7.gem 29184 RMD160 1cfdf1591f549a74dd707a4bf1b68786df051183 SHA1 dd6488a421897ed04b6189e16b6468c86f2f1b36 SHA256 0645899aab628b9e16e924708c21aa65e84c2550e5a17c2643d0f8a19fb337a5
-EBUILD libnotify-0.5.7.ebuild 739 RMD160 720042c593c1acef5dd784aab0e07024a6ab2e04 SHA1 ecf6297adc252597aeb04bd0fd950b13d4f19494 SHA256 d867b939a4815e35533509c5828ba41aadc6c5b4301275e73b7f829e98a2c67d
-MISC ChangeLog 634 RMD160 f8629eebff66c61c529f6205b991190e010da8e6 SHA1 c1141bfc64b10e4d5e0e05442abb66d72015b4f2 SHA256 3eda5e8146d451f9e59b5264200a6f420b4e15f978bf71e37e0993f6cdca837a
-MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
+DIST libnotify-0.7.1.gem 29184 RMD160 a64180d7e8d54bdd573e5776d747d5724764ca28 SHA1 03d0a5bc89dd86ac58edda541991af8a49a82c3a SHA256 f8d0690f1b4b190fdd0550148907ed7235e92dafa50616e855e8372a29f18159
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk7qEdoACgkQiIP6VqMIqNe2MQD+MM/dfk37+puuNcbOm2Vpcy+P
-GJ31Mhb/2xFe7tvUBNkA/iZ4xiMVh5PYKbITN0FMQeaXd2iJyEKL/tyqdEi1GJBD
-=rT1G
+iF4EAREIAAYFAk8J0P0ACgkQiIP6VqMIqNdGhAD/bWit0wMsYJGORFiKl1RiaHWs
+D3i9ttU8FmP2Pi2qJZwA/0jJIz0FPvrofwF0rsxMDTCzPpv9QCh2YUo3o7QbAG+L
+=Cw9e
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/libnotify/libnotify-0.7.1.ebuild b/dev-ruby/libnotify/libnotify-0.7.1.ebuild
new file mode 100644
index 0000000..7fb43e4
--- /dev/null
+++ b/dev-ruby/libnotify/libnotify-0.7.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+# Documentation uses hanna, but hanna is broken with newer versions of
+# RDoc.
+RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for libnotify using FFI."
+HOMEPAGE="https://github.com/splattael/libnotify"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+# Requires minitest-libnotify which we don't package.
+RESTRICT="test"
+
+ruby_add_rdepend "virtual/ruby-ffi"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
+}



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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2012-04-30  9:30 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2012-04-30  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e57c5b527a8a66c736dbe2afacaf4c30ccb4033a
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 13 11:07:26 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 11:07:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e57c5b52

Version bump.

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/libnotify/ChangeLog              |    5 ++++
 dev-ruby/libnotify/Manifest               |    7 +++--
 dev-ruby/libnotify/libnotify-0.7.2.ebuild |   34 +++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
index a7cdec7..f9dfaa5 100644
--- a/dev-ruby/libnotify/ChangeLog
+++ b/dev-ruby/libnotify/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libnotify-0.7.2 (13 Apr 2012)
+
+  13 Apr 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.7.2.ebuild:
+  Version bump.
+
 *libnotify-0.7.1 (08 Jan 2012)
 
   08 Jan 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.7.1.ebuild:

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
index eb9f263..3961312 100644
--- a/dev-ruby/libnotify/Manifest
+++ b/dev-ruby/libnotify/Manifest
@@ -3,10 +3,11 @@ Hash: SHA256
 
 DIST libnotify-0.5.7.gem 29184 RMD160 1cfdf1591f549a74dd707a4bf1b68786df051183 SHA1 dd6488a421897ed04b6189e16b6468c86f2f1b36 SHA256 0645899aab628b9e16e924708c21aa65e84c2550e5a17c2643d0f8a19fb337a5
 DIST libnotify-0.7.1.gem 29184 RMD160 a64180d7e8d54bdd573e5776d747d5724764ca28 SHA1 03d0a5bc89dd86ac58edda541991af8a49a82c3a SHA256 f8d0690f1b4b190fdd0550148907ed7235e92dafa50616e855e8372a29f18159
+DIST libnotify-0.7.2.gem 29184 RMD160 7e32d0d83a748429073a90cd0c90c0134a7f6bd1 SHA1 8aaf28959db849cf54dce0b22d9227a27f2f31cb SHA256 abcc13c180ad14360c47e25c3ee2c0b43d0b5140d927c5a1e9255eae5bc92a8e
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk8J0P0ACgkQiIP6VqMIqNdGhAD/bWit0wMsYJGORFiKl1RiaHWs
-D3i9ttU8FmP2Pi2qJZwA/0jJIz0FPvrofwF0rsxMDTCzPpv9QCh2YUo3o7QbAG+L
-=Cw9e
+iF4EAREIAAYFAk+ICO4ACgkQiIP6VqMIqNd/OQD8Cze3V1vQ+N1wKy/mI4n3zZcS
+Fov/hGKqhsYTgCGOrJsA/0FLM97TFZ+5gt/yirAdLBjb2R7jZsyhoG0cL49OCkw3
+=a38j
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/libnotify/libnotify-0.7.2.ebuild b/dev-ruby/libnotify/libnotify-0.7.2.ebuild
new file mode 100644
index 0000000..7fb43e4
--- /dev/null
+++ b/dev-ruby/libnotify/libnotify-0.7.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+# Documentation uses hanna, but hanna is broken with newer versions of
+# RDoc.
+RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for libnotify using FFI."
+HOMEPAGE="https://github.com/splattael/libnotify"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+# Requires minitest-libnotify which we don't package.
+RESTRICT="test"
+
+ruby_add_rdepend "virtual/ruby-ffi"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
+}



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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2012-10-08 13:37 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2012-10-08 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c1165965f39efa4e65a159001e4bb0dbaa437c94
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct  5 07:07:53 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 07:07:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c1165965

Version bump.

(Portage version: 2.1.11.9/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/libnotify/ChangeLog              |    5 ++++
 dev-ruby/libnotify/Manifest               |   15 ++++++------
 dev-ruby/libnotify/libnotify-0.8.0.ebuild |   34 +++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
index f9dfaa5..f37d6d8 100644
--- a/dev-ruby/libnotify/ChangeLog
+++ b/dev-ruby/libnotify/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libnotify-0.8.0 (05 Oct 2012)
+
+  05 Oct 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.8.0.ebuild:
+  Version bump.
+
 *libnotify-0.7.2 (13 Apr 2012)
 
   13 Apr 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.7.2.ebuild:

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
index 3961312..cc8985f 100644
--- a/dev-ruby/libnotify/Manifest
+++ b/dev-ruby/libnotify/Manifest
@@ -1,13 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-DIST libnotify-0.5.7.gem 29184 RMD160 1cfdf1591f549a74dd707a4bf1b68786df051183 SHA1 dd6488a421897ed04b6189e16b6468c86f2f1b36 SHA256 0645899aab628b9e16e924708c21aa65e84c2550e5a17c2643d0f8a19fb337a5
-DIST libnotify-0.7.1.gem 29184 RMD160 a64180d7e8d54bdd573e5776d747d5724764ca28 SHA1 03d0a5bc89dd86ac58edda541991af8a49a82c3a SHA256 f8d0690f1b4b190fdd0550148907ed7235e92dafa50616e855e8372a29f18159
-DIST libnotify-0.7.2.gem 29184 RMD160 7e32d0d83a748429073a90cd0c90c0134a7f6bd1 SHA1 8aaf28959db849cf54dce0b22d9227a27f2f31cb SHA256 abcc13c180ad14360c47e25c3ee2c0b43d0b5140d927c5a1e9255eae5bc92a8e
+DIST libnotify-0.5.7.gem 29184 SHA256 0645899aab628b9e16e924708c21aa65e84c2550e5a17c2643d0f8a19fb337a5 SHA512 1c254028bd1a563d78a05be0b202435c1f0cbb85f198205c141c624e8e60cd3f6a7ed95bc2d662941a7e82a7871a864b1a395b080d01c704db28f55cbeb241bc WHIRLPOOL 4a27dc2085ee18b0a140aef62a78fb416c1466dc0ddd3bd84669761fc3173752fcf81e0b1e3fbb8e232adaf9d7e0a9bcdbe4635761a61f608233ec8c35e82343
+DIST libnotify-0.7.1.gem 29184 SHA256 f8d0690f1b4b190fdd0550148907ed7235e92dafa50616e855e8372a29f18159 SHA512 7f4d672203cea3c5251c24377067ead2305245811ad545f8aa03a02271de6375574beab764c2d198d15556437f3f611face8f96429f3c4632033598bb37d0de8 WHIRLPOOL 6a052c4e89594c753754fb210277d9390c0d795bef8c2ddb358d07cf4e2090ae49f878ee2e965bcd80a65452674528ebfb7af22d34cb5745333febaa2fd74e29
+DIST libnotify-0.7.2.gem 29184 SHA256 abcc13c180ad14360c47e25c3ee2c0b43d0b5140d927c5a1e9255eae5bc92a8e SHA512 121e0d0600133c8c42de131dcd8d5b744600fc2467b9c9d372f41654ecfc2127ad5586f11b85443fb0f08154b2b3422d7a160ba7ac783abc4f0f80347c2d5571 WHIRLPOOL 78f92d48ab154ab7a748d08d03055d629f6c0a166bc92154dd9c03c9001b6cec7f9232e5fd57ac8e59e6e296e763fce21523e50591f07e3a880b2771decd2968
+DIST libnotify-0.8.0.gem 29184 SHA256 f0bfaf6ffd2203007b109d0bc8176e01939700af861d699d280fd59a4ecaa253 SHA512 657c154420afb9441459b927144a8b2a5a94353d772e945ce0c90b755238d4dbecfccb84935477d94560b6564ff52095a1cb1120947d27aeee145d5c45130569 WHIRLPOOL e14d5d6698f7f23b1d20d265cbd8a6f9d59205797b820b6e6f361503597a386df0b7e7789d401425ca6ae0dca8c4dbc30ec5d43a5c30abfefdf676ce1dabc5f1
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
 
-iF4EAREIAAYFAk+ICO4ACgkQiIP6VqMIqNd/OQD8Cze3V1vQ+N1wKy/mI4n3zZcS
-Fov/hGKqhsYTgCGOrJsA/0FLM97TFZ+5gt/yirAdLBjb2R7jZsyhoG0cL49OCkw3
-=a38j
+iF4EAREIAAYFAlBuh0kACgkQiIP6VqMIqNfXhgEAlccWkoZYuUbAIAf96GF5pZe6
+krH2FjX4f1Q8ilueZvMA/0rMwef0f8oXZpmn0Frg72jQf4KeAAGVrQTwP/1esX7r
+=7E0p
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/libnotify/libnotify-0.8.0.ebuild b/dev-ruby/libnotify/libnotify-0.8.0.ebuild
new file mode 100644
index 0000000..16317d1
--- /dev/null
+++ b/dev-ruby/libnotify/libnotify-0.8.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+# Documentation uses hanna, but hanna is broken with newer versions of
+# RDoc.
+RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for libnotify using FFI."
+HOMEPAGE="https://github.com/splattael/libnotify"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+# Requires minitest-libnotify which we don't package.
+RESTRICT="test"
+
+ruby_add_rdepend "virtual/ruby-ffi"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2013-11-01  7:33 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2013-11-01  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9e173a6e4ee58fe917f1ed63865904951051bcf5
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Nov  1 07:21:08 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 07:21:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=9e173a6e

Cleanup.

Package-Manager: portage-2.2.7

---
 dev-ruby/libnotify/ChangeLog              |  6 +++++-
 dev-ruby/libnotify/Manifest               | 13 ------------
 dev-ruby/libnotify/libnotify-0.5.7.ebuild | 31 ----------------------------
 dev-ruby/libnotify/libnotify-0.7.1.ebuild | 34 -------------------------------
 dev-ruby/libnotify/libnotify-0.7.2.ebuild | 34 -------------------------------
 5 files changed, 5 insertions(+), 113 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
index f37d6d8..8ceae4f 100644
--- a/dev-ruby/libnotify/ChangeLog
+++ b/dev-ruby/libnotify/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/libnotify
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Nov 2013; Hans de Graaff <graaff@gentoo.org> -libnotify-0.5.7.ebuild,
+  -libnotify-0.7.1.ebuild, -libnotify-0.7.2.ebuild:
+  Cleanup.
+
 *libnotify-0.8.0 (05 Oct 2012)
 
   05 Oct 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.8.0.ebuild:

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
index cc8985f..f761bfa 100644
--- a/dev-ruby/libnotify/Manifest
+++ b/dev-ruby/libnotify/Manifest
@@ -1,14 +1 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST libnotify-0.5.7.gem 29184 SHA256 0645899aab628b9e16e924708c21aa65e84c2550e5a17c2643d0f8a19fb337a5 SHA512 1c254028bd1a563d78a05be0b202435c1f0cbb85f198205c141c624e8e60cd3f6a7ed95bc2d662941a7e82a7871a864b1a395b080d01c704db28f55cbeb241bc WHIRLPOOL 4a27dc2085ee18b0a140aef62a78fb416c1466dc0ddd3bd84669761fc3173752fcf81e0b1e3fbb8e232adaf9d7e0a9bcdbe4635761a61f608233ec8c35e82343
-DIST libnotify-0.7.1.gem 29184 SHA256 f8d0690f1b4b190fdd0550148907ed7235e92dafa50616e855e8372a29f18159 SHA512 7f4d672203cea3c5251c24377067ead2305245811ad545f8aa03a02271de6375574beab764c2d198d15556437f3f611face8f96429f3c4632033598bb37d0de8 WHIRLPOOL 6a052c4e89594c753754fb210277d9390c0d795bef8c2ddb358d07cf4e2090ae49f878ee2e965bcd80a65452674528ebfb7af22d34cb5745333febaa2fd74e29
-DIST libnotify-0.7.2.gem 29184 SHA256 abcc13c180ad14360c47e25c3ee2c0b43d0b5140d927c5a1e9255eae5bc92a8e SHA512 121e0d0600133c8c42de131dcd8d5b744600fc2467b9c9d372f41654ecfc2127ad5586f11b85443fb0f08154b2b3422d7a160ba7ac783abc4f0f80347c2d5571 WHIRLPOOL 78f92d48ab154ab7a748d08d03055d629f6c0a166bc92154dd9c03c9001b6cec7f9232e5fd57ac8e59e6e296e763fce21523e50591f07e3a880b2771decd2968
 DIST libnotify-0.8.0.gem 29184 SHA256 f0bfaf6ffd2203007b109d0bc8176e01939700af861d699d280fd59a4ecaa253 SHA512 657c154420afb9441459b927144a8b2a5a94353d772e945ce0c90b755238d4dbecfccb84935477d94560b6564ff52095a1cb1120947d27aeee145d5c45130569 WHIRLPOOL e14d5d6698f7f23b1d20d265cbd8a6f9d59205797b820b6e6f361503597a386df0b7e7789d401425ca6ae0dca8c4dbc30ec5d43a5c30abfefdf676ce1dabc5f1
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlBuh0kACgkQiIP6VqMIqNfXhgEAlccWkoZYuUbAIAf96GF5pZe6
-krH2FjX4f1Q8ilueZvMA/0rMwef0f8oXZpmn0Frg72jQf4KeAAGVrQTwP/1esX7r
-=7E0p
------END PGP SIGNATURE-----

diff --git a/dev-ruby/libnotify/libnotify-0.5.7.ebuild b/dev-ruby/libnotify/libnotify-0.5.7.ebuild
deleted file mode 100644
index 7b63db1..0000000
--- a/dev-ruby/libnotify/libnotify-0.5.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
-}

diff --git a/dev-ruby/libnotify/libnotify-0.7.1.ebuild b/dev-ruby/libnotify/libnotify-0.7.1.ebuild
deleted file mode 100644
index 7fb43e4..0000000
--- a/dev-ruby/libnotify/libnotify-0.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-# Requires minitest-libnotify which we don't package.
-RESTRICT="test"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
-}

diff --git a/dev-ruby/libnotify/libnotify-0.7.2.ebuild b/dev-ruby/libnotify/libnotify-0.7.2.ebuild
deleted file mode 100644
index 7fb43e4..0000000
--- a/dev-ruby/libnotify/libnotify-0.7.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-# Requires minitest-libnotify which we don't package.
-RESTRICT="test"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
-}


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2013-11-01  7:33 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2013-11-01  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     5d53bdb250658d0be8d3761166866e609c4a5509
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Nov  1 07:24:36 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 07:24:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=5d53bdb2

Version bump.

Package-Manager: portage-2.2.7

---
 dev-ruby/libnotify/ChangeLog              |  5 +++++
 dev-ruby/libnotify/Manifest               |  1 +
 dev-ruby/libnotify/libnotify-0.8.2.ebuild | 34 +++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
index 8ceae4f..63f4977 100644
--- a/dev-ruby/libnotify/ChangeLog
+++ b/dev-ruby/libnotify/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libnotify-0.8.2 (01 Nov 2013)
+
+  01 Nov 2013; Hans de Graaff <graaff@gentoo.org> +libnotify-0.8.2.ebuild:
+  Version bump.
+
   01 Nov 2013; Hans de Graaff <graaff@gentoo.org> -libnotify-0.5.7.ebuild,
   -libnotify-0.7.1.ebuild, -libnotify-0.7.2.ebuild:
   Cleanup.

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
index f761bfa..917e620 100644
--- a/dev-ruby/libnotify/Manifest
+++ b/dev-ruby/libnotify/Manifest
@@ -1 +1,2 @@
 DIST libnotify-0.8.0.gem 29184 SHA256 f0bfaf6ffd2203007b109d0bc8176e01939700af861d699d280fd59a4ecaa253 SHA512 657c154420afb9441459b927144a8b2a5a94353d772e945ce0c90b755238d4dbecfccb84935477d94560b6564ff52095a1cb1120947d27aeee145d5c45130569 WHIRLPOOL e14d5d6698f7f23b1d20d265cbd8a6f9d59205797b820b6e6f361503597a386df0b7e7789d401425ca6ae0dca8c4dbc30ec5d43a5c30abfefdf676ce1dabc5f1
+DIST libnotify-0.8.2.gem 31232 SHA256 ea2f87d918d6bcc03928d8b630498aa52f37f59a289107dae8306b6a133c1d0f SHA512 0ce2afa6670ed6e89b3603568ad5629e6b056293da8e5f8ad1851338d2eb61a3de24342f14eafffe32fc6b865c494dd0ffb51fd763fbc1197025f83bbdbc7f5e WHIRLPOOL f6d80c7d1820ce132c5872bac68b00c755567d6a2a779520c9d84da92d9b425425f18a16d2724b76f7f2cf1b9d6ce3a172d203d7175e6c7f29d5c2c7a2b484ff

diff --git a/dev-ruby/libnotify/libnotify-0.8.2.ebuild b/dev-ruby/libnotify/libnotify-0.8.2.ebuild
new file mode 100644
index 0000000..bc5cfa3
--- /dev/null
+++ b/dev-ruby/libnotify/libnotify-0.8.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 jruby"
+
+# Documentation uses hanna, but hanna is broken with newer versions of
+# RDoc.
+RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for libnotify using FFI."
+HOMEPAGE="https://github.com/splattael/libnotify"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+# Requires minitest-libnotify which we don't package.
+RESTRICT="test"
+
+ruby_add_rdepend "virtual/ruby-ffi"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
@ 2014-06-06  6:39 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2014-06-06  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9f8616c8d7f1a0bd36a9d4d6601a6c53c921ec36
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jun  6 06:14:47 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun  6 06:14:47 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=9f8616c8

No longer using this.

---
 dev-ruby/libnotify/ChangeLog              | 49 -------------------------------
 dev-ruby/libnotify/Manifest               |  2 --
 dev-ruby/libnotify/libnotify-0.8.0.ebuild | 34 ---------------------
 dev-ruby/libnotify/libnotify-0.8.2.ebuild | 34 ---------------------
 dev-ruby/libnotify/metadata.xml           |  5 ----
 5 files changed, 124 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
deleted file mode 100644
index 63f4977..0000000
--- a/dev-ruby/libnotify/ChangeLog
+++ /dev/null
@@ -1,49 +0,0 @@
-# ChangeLog for dev-ruby/libnotify
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*libnotify-0.8.2 (01 Nov 2013)
-
-  01 Nov 2013; Hans de Graaff <graaff@gentoo.org> +libnotify-0.8.2.ebuild:
-  Version bump.
-
-  01 Nov 2013; Hans de Graaff <graaff@gentoo.org> -libnotify-0.5.7.ebuild,
-  -libnotify-0.7.1.ebuild, -libnotify-0.7.2.ebuild:
-  Cleanup.
-
-*libnotify-0.8.0 (05 Oct 2012)
-
-  05 Oct 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.8.0.ebuild:
-  Version bump.
-
-*libnotify-0.7.2 (13 Apr 2012)
-
-  13 Apr 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.7.2.ebuild:
-  Version bump.
-
-*libnotify-0.7.1 (08 Jan 2012)
-
-  08 Jan 2012; Hans de Graaff <graaff@gentoo.org> +libnotify-0.7.1.ebuild:
-  Version bump. Restrict tests due to new dependency.
-
-*libnotify-0.6.0 (15 Dec 2011)
-
-  15 Dec 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.6.0.ebuild:
-  Version bump.
-
-*libnotify-0.5.9 (25 Nov 2011)
-
-  25 Nov 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.9.ebuild:
-  Version bump.
-
-*libnotify-0.5.7 (05 Aug 2011)
-
-  05 Aug 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.7.ebuild:
-  Version bump.
-
-*libnotify-0.5.6 (13 Jul 2011)
-
-  13 Jul 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.6.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
deleted file mode 100644
index 917e620..0000000
--- a/dev-ruby/libnotify/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libnotify-0.8.0.gem 29184 SHA256 f0bfaf6ffd2203007b109d0bc8176e01939700af861d699d280fd59a4ecaa253 SHA512 657c154420afb9441459b927144a8b2a5a94353d772e945ce0c90b755238d4dbecfccb84935477d94560b6564ff52095a1cb1120947d27aeee145d5c45130569 WHIRLPOOL e14d5d6698f7f23b1d20d265cbd8a6f9d59205797b820b6e6f361503597a386df0b7e7789d401425ca6ae0dca8c4dbc30ec5d43a5c30abfefdf676ce1dabc5f1
-DIST libnotify-0.8.2.gem 31232 SHA256 ea2f87d918d6bcc03928d8b630498aa52f37f59a289107dae8306b6a133c1d0f SHA512 0ce2afa6670ed6e89b3603568ad5629e6b056293da8e5f8ad1851338d2eb61a3de24342f14eafffe32fc6b865c494dd0ffb51fd763fbc1197025f83bbdbc7f5e WHIRLPOOL f6d80c7d1820ce132c5872bac68b00c755567d6a2a779520c9d84da92d9b425425f18a16d2724b76f7f2cf1b9d6ce3a172d203d7175e6c7f29d5c2c7a2b484ff

diff --git a/dev-ruby/libnotify/libnotify-0.8.0.ebuild b/dev-ruby/libnotify/libnotify-0.8.0.ebuild
deleted file mode 100644
index 16317d1..0000000
--- a/dev-ruby/libnotify/libnotify-0.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-# Requires minitest-libnotify which we don't package.
-RESTRICT="test"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
-}

diff --git a/dev-ruby/libnotify/libnotify-0.8.2.ebuild b/dev-ruby/libnotify/libnotify-0.8.2.ebuild
deleted file mode 100644
index bc5cfa3..0000000
--- a/dev-ruby/libnotify/libnotify-0.8.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-# Requires minitest-libnotify which we don't package.
-RESTRICT="test"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
-}

diff --git a/dev-ruby/libnotify/metadata.xml b/dev-ruby/libnotify/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-ruby/libnotify/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2014-06-06  6:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01  7:33 [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2014-06-06  6:39 Hans de Graaff
2013-11-01  7:33 Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2012-01-23 14:21 Hans de Graaff
2012-01-02  9:55 Hans de Graaff
2011-08-16 10:01 Hans de Graaff
2011-07-13  8:35 Hans de Graaff

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