diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-07-26 21:13:20 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-07-26 21:13:20 +0000 |
commit | 9b9bd6b3e3bb95df4966c2ecad9ab3eae05a82fa (patch) | |
tree | 60c0c04ceaab3c15c7f14e9ede3b8f3910aeaa29 /dev-ruby/countdownlatch | |
parent | Convert to distutils-r1. (diff) | |
download | gentoo-2-9b9bd6b3e3bb95df4966c2ecad9ab3eae05a82fa.tar.gz gentoo-2-9b9bd6b3e3bb95df4966c2ecad9ab3eae05a82fa.tar.bz2 gentoo-2-9b9bd6b3e3bb95df4966c2ecad9ab3eae05a82fa.zip |
Silence repoman, fix DESC length. Update EAPI
(Portage version: 2.1.13/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/countdownlatch')
-rw-r--r-- | dev-ruby/countdownlatch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-ruby/countdownlatch/ChangeLog b/dev-ruby/countdownlatch/ChangeLog index 53c792cec56d..93ebf38b158f 100644 --- a/dev-ruby/countdownlatch/ChangeLog +++ b/dev-ruby/countdownlatch/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-ruby/countdownlatch -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v 1.1 2012/11/04 08:47:54 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v 1.2 2013/07/26 21:13:20 mrueg Exp $ + + 26 Jul 2013; Manuel Rüger <mrueg@gentoo.org> countdownlatch-1.0.0.ebuild: + Silence repoman, fix DESC length. Update EAPI *countdownlatch-1.0.0 (04 Nov 2012) 04 Nov 2012; Hans de Graaff <graaff@gentoo.org> +countdownlatch-1.0.0.ebuild, +metadata.xml: Initial import. Forthcoming dependency for dev-ruby/adhearsion. - diff --git a/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild b/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild index c9f7362d9190..c47d4b813fa6 100644 --- a/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild +++ b/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild,v 1.1 2012/11/04 08:47:54 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild,v 1.2 2013/07/26 21:13:20 mrueg Exp $ -EAPI=4 +EAPI=5 USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_TASK_TEST="test" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem -DESCRIPTION="A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes." +DESCRIPTION="Synchronization aid that allows threads to wait until a set of operations in other threads completes" HOMEPAGE="https://github.com/benlangfeld/countdownlatch" IUSE="" SLOT="0" |