* [gentoo-commits] proj/betagarden:master commit in: dev-util/vng/
@ 2012-12-17 11:47 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2012-12-17 11:47 UTC (permalink / raw
To: gentoo-commits
commit: 0483d03fafdfe6a97d06e3735e43c021f3c71d47
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 07:36:58 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 07:36:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=0483d03f
dev-util/vng: Use qt4-r2.eclass
Package-Manager: portage-2.2.0_alpha148
---
dev-util/vng/ChangeLog | 8 ++++++++
dev-util/vng/metadata.xml | 7 +++++++
dev-util/vng/vng-20081021.ebuild | 24 ++++++++----------------
3 files changed, 23 insertions(+), 16 deletions(-)
diff --git a/dev-util/vng/ChangeLog b/dev-util/vng/ChangeLog
new file mode 100644
index 0000000..1be0419
--- /dev/null
+++ b/dev-util/vng/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-util/vng
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 17 Dec 2012; Justin Lecher <jlec@gentoo.org> vng-20081021.ebuild,
+ +metadata.xml:
+ Use qt4-r2.eclass
+
diff --git a/dev-util/vng/metadata.xml b/dev-util/vng/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/dev-util/vng/metadata.xml
@@ -0,0 +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>
+</pkgmetadata>
diff --git a/dev-util/vng/vng-20081021.ebuild b/dev-util/vng/vng-20081021.ebuild
index 49f1a50..f628aeb 100644
--- a/dev-util/vng/vng-20081021.ebuild
+++ b/dev-util/vng/vng-20081021.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit qt4
+EAPI=4
+
+inherit qt4-r2
MY_PV="f1e52457212860960122064cc008ee2f307a5797"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Darcs-like Git porcelain"
-
HOMEPAGE="http://repo.or.cz/w/vng.git"
SRC_URI="http://www.hartwork.org/public/${MY_P}.tar.gz"
@@ -17,23 +18,14 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-RDEPEND="dev-util/git
- >=x11-libs/qt-core-4.4"
+RDEPEND="
+ dev-vcs/git
+ x11-libs/qt-core:4"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-}
-
-src_compile() {
- eqmake4 || die "eqmake4 failed"
- emake || die "eqmake4 failed"
-}
-
src_install() {
dodoc README
- dobin vng || die "dobin failed"
+ dobin vng
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/vng/
@ 2012-12-21 17:49 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2012-12-21 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 56866d6ca3add5c3a3801b20022f30a1e446240f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 15:46:41 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 15:46:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=56866d6c
dev-util/vng: Use qt4-r2.eclass
Package-Manager: portage-2.2.0_alpha149
---
dev-util/vng/ChangeLog | 12 ++++++++++++
dev-util/vng/metadata.xml | 7 +++++++
dev-util/vng/vng-20081021.ebuild | 25 +++++++++----------------
3 files changed, 28 insertions(+), 16 deletions(-)
diff --git a/dev-util/vng/ChangeLog b/dev-util/vng/ChangeLog
new file mode 100644
index 0000000..6eecfaf
--- /dev/null
+++ b/dev-util/vng/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-util/vng
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 19 Dec 2012; Justin Lecher <jlec@gentoo.org> vng-20081021.ebuild,
+ +metadata.xml:
+ Use qt4-r2.eclass
+
+ 19 Dec 2012; Justin Lecher <jlec@gentoo.org> vng-20081021.ebuild,
+ +metadata.xml:
+ Use qt4-r2.eclass
+
diff --git a/dev-util/vng/metadata.xml b/dev-util/vng/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/dev-util/vng/metadata.xml
@@ -0,0 +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>
+</pkgmetadata>
diff --git a/dev-util/vng/vng-20081021.ebuild b/dev-util/vng/vng-20081021.ebuild
index 49f1a50..47ec822 100644
--- a/dev-util/vng/vng-20081021.ebuild
+++ b/dev-util/vng/vng-20081021.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit qt4
+EAPI=5
+
+inherit qt4-r2
MY_PV="f1e52457212860960122064cc008ee2f307a5797"
MY_P="${PN}-${MY_PV}"
@@ -14,26 +16,17 @@ SRC_URI="http://www.hartwork.org/public/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-util/git
- >=x11-libs/qt-core-4.4"
+RDEPEND="
+ dev-vcs/git
+ x11-libs/qt-core:4"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-}
-
-src_compile() {
- eqmake4 || die "eqmake4 failed"
- emake || die "eqmake4 failed"
-}
-
src_install() {
dodoc README
- dobin vng || die "dobin failed"
+ dobin vng
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-21 17:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 17:49 [gentoo-commits] proj/betagarden:master commit in: dev-util/vng/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2012-12-17 11:47 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox