From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-libs/qcommandline/
Date: Thu, 12 Dec 2013 07:25:22 +0000 (UTC) [thread overview]
Message-ID: <1386833120.02503c06a6ba98f2e9520a8508b892c428b1af2b.jlec@gentoo> (raw)
commit: 02503c06a6ba98f2e9520a8508b892c428b1af2b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 07:25:20 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 07:25:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=02503c06
dev-libs/qcommandline: Bump to EAPI=5 and fix qt dep
Package-Manager: portage-2.2.7
---
dev-libs/qcommandline/ChangeLog | 6 +++++-
dev-libs/qcommandline/metadata.xml | 8 ++++----
dev-libs/qcommandline/qcommandline-0.2.0.ebuild | 19 -------------------
dev-libs/qcommandline/qcommandline-0.3.0.ebuild | 8 ++++----
4 files changed, 13 insertions(+), 28 deletions(-)
diff --git a/dev-libs/qcommandline/ChangeLog b/dev-libs/qcommandline/ChangeLog
index 027f2bb..96b34ee 100644
--- a/dev-libs/qcommandline/ChangeLog
+++ b/dev-libs/qcommandline/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-libs/qcommandline
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Dec 2013; Justin Lecher <jlec@gentoo.org> -qcommandline-0.2.0.ebuild,
+ qcommandline-0.3.0.ebuild, metadata.xml:
+ Bump to EAPI=5 and fix qt dep
+
*qcommandline-0.3.0 (27 Nov 2011)
27 Nov 2011; Sebastian Pipping <sping@gentoo.org> +qcommandline-0.3.0.ebuild:
diff --git a/dev-libs/qcommandline/metadata.xml b/dev-libs/qcommandline/metadata.xml
index 16bcc9f..3d7a619 100644
--- a/dev-libs/qcommandline/metadata.xml
+++ b/dev-libs/qcommandline/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
</pkgmetadata>
diff --git a/dev-libs/qcommandline/qcommandline-0.2.0.ebuild b/dev-libs/qcommandline/qcommandline-0.2.0.ebuild
deleted file mode 100644
index 6d52ffc..0000000
--- a/dev-libs/qcommandline/qcommandline-0.2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit cmake-utils
-
-DESCRIPTION="Command line parser for Qt (like getopt)."
-HOMEPAGE="http://xf.iksaif.net/dev/qcommandline.html"
-SRC_URI="http://xf.iksaif.net/dev/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-core-4.6:4"
-RDEPEND="${DEPEND}"
diff --git a/dev-libs/qcommandline/qcommandline-0.3.0.ebuild b/dev-libs/qcommandline/qcommandline-0.3.0.ebuild
index 6d52ffc..d1d29da 100644
--- a/dev-libs/qcommandline/qcommandline-0.3.0.ebuild
+++ b/dev-libs/qcommandline/qcommandline-0.3.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
inherit cmake-utils
-DESCRIPTION="Command line parser for Qt (like getopt)."
+DESCRIPTION="Command line parser for Qt (like getopt)"
HOMEPAGE="http://xf.iksaif.net/dev/qcommandline.html"
SRC_URI="http://xf.iksaif.net/dev/${PN}/${P}.tar.bz2"
@@ -15,5 +15,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=x11-libs/qt-core-4.6:4"
+DEPEND=">=dev-qt/qtcore-4.6:4"
RDEPEND="${DEPEND}"
next reply other threads:[~2013-12-12 7:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 7:25 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-26 16:53 [gentoo-commits] proj/betagarden:master commit in: dev-libs/qcommandline/ Johannes Huber
2011-11-27 17:58 Sebastian Pipping
2011-10-27 18:02 Justin Lecher
2011-07-28 21:42 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1386833120.02503c06a6ba98f2e9520a8508b892c428b1af2b.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox