public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: dev-util/ohcount/
@ 2012-07-27 12:32 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2012-07-27 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b504fa5fcb4c57513fe1d993db3b00594436519e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 12:28:44 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 12:32:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b504fa5f

[dev-util/ohcount] Make repoman happy.

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

---
 dev-util/ohcount/metadata.xml            |    5 +++++
 dev-util/ohcount/ohcount-3.0.0_rc.ebuild |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-util/ohcount/metadata.xml b/dev-util/ohcount/metadata.xml
new file mode 100644
index 0000000..31dc017
--- /dev/null
+++ b/dev-util/ohcount/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>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>

diff --git a/dev-util/ohcount/ohcount-3.0.0_rc.ebuild b/dev-util/ohcount/ohcount-3.0.0_rc.ebuild
index ac67ddb..816083b 100644
--- a/dev-util/ohcount/ohcount-3.0.0_rc.ebuild
+++ b/dev-util/ohcount/ohcount-3.0.0_rc.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -16,16 +16,16 @@ IUSE=""
 
 # TODO RUBY dev-lang/swig
 RDEPEND="dev-util/ragel
-    dev-libs/libpcre"
+	dev-libs/libpcre"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}"
 
 src_compile() {
-    # TODO RUBY ./build ruby
-    ./build ohcount || die './build failed'
+	# TODO RUBY ./build ruby
+	./build ohcount || die './build failed'
 }
 
 src_install() {
-    dobin bin/ohcount || die 'dobin failed'
+	dobin bin/ohcount || die 'dobin failed'
 }


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

* [gentoo-commits] proj/betagarden:master commit in: dev-util/ohcount/
@ 2015-09-22 10:44 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-09-22 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e6378c0b80ebbe6b0e734663b6a411fb4cc3f1cb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 10:42:34 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 10:42:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e6378c0b

dev-util/ohcount: Version Bump

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-util/ohcount/metadata.xml                               |  4 +++-
 .../{ohcount-3.0.0_rc.ebuild => ohcount-3.0.0.ebuild}       | 13 +++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-util/ohcount/metadata.xml b/dev-util/ohcount/metadata.xml
index 31dc017..cc3fe24 100644
--- a/dev-util/ohcount/metadata.xml
+++ b/dev-util/ohcount/metadata.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+	<maintainer>
+		<email>maintainer-wanted@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>

diff --git a/dev-util/ohcount/ohcount-3.0.0_rc.ebuild b/dev-util/ohcount/ohcount-3.0.0.ebuild
similarity index 66%
rename from dev-util/ohcount/ohcount-3.0.0_rc.ebuild
rename to dev-util/ohcount/ohcount-3.0.0.ebuild
index f6ae0b9..7858f40 100644
--- a/dev-util/ohcount/ohcount-3.0.0_rc.ebuild
+++ b/dev-util/ohcount/ohcount-3.0.0.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+
 MY_PV=${PV/_/.}
 MY_P="${PN}${MY_PV}"
 
 DESCRIPTION="Source code line counter"
 HOMEPAGE="http://labs.ohloh.net/ohcount"
-SRC_URI="http://d10xg45o6p6dbl.cloudfront.net/projects/o/${PN}/${MY_P}.tar.gz"
+SRC_URI="https://github.com/blackducksoftware/ohcount/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -15,17 +17,16 @@ KEYWORDS="~x86"
 IUSE=""
 
 # TODO RUBY dev-lang/swig
-RDEPEND="dev-util/ragel
+RDEPEND="
+	dev-util/ragel
 	dev-libs/libpcre"
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${PN}"
-
 src_compile() {
 	# TODO RUBY ./build ruby
 	./build ohcount || die './build failed'
 }
 
 src_install() {
-	dobin bin/ohcount || die 'dobin failed'
+	dobin bin/ohcount
 }


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 10:44 [gentoo-commits] proj/betagarden:master commit in: dev-util/ohcount/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2012-07-27 12:32 Johannes Huber

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