* [gentoo-commits] proj/kde:master commit in: net-libs/qtweetlib/
@ 2011-08-19 15:37 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2011-08-19 15:37 UTC (permalink / raw
To: gentoo-commits
commit: c98260aea4e176726b171e11e147193bf9bdab16
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Aug 19 13:07:56 2011 +0000
Commit: Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Aug 19 13:25:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c98260ae
[net-libs/qtweetlib] New ebuild
needed for media-sound/tomahawk
---
| 5 +++++
| 30 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
--git a/net-libs/qtweetlib/metadata.xml b/net-libs/qtweetlib/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/net-libs/qtweetlib/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>
--git a/net-libs/qtweetlib/qtweetlib-9999.ebuild b/net-libs/qtweetlib/qtweetlib-9999.ebuild
new file mode 100644
index 0000000..c8cd13d
--- /dev/null
+++ b/net-libs/qtweetlib/qtweetlib-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+# use domme's/dschmidt's clone for now, until the CMake support is merge
+# back to minimoog's original repository. See also:
+# https://github.com/minimoog/QTweetLib/network
+#EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
+EGIT_REPO_URI="git://github.com/dschmidt/QTweetLib.git"
+[[ ${PV} == *9999 ]] && GIT_ECLASS="git-2"
+inherit qt4-r2 cmake-utils ${GIT_ECLASS}
+
+DESCRIPTION="Qt based Twitter library"
+HOMEPAGE="https://github.com/minimoog/QTweetLib"
+[[ ${PV} == *9999 ]] || SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="debug"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/qjson-0.7.1
+ >=x11-libs/qt-core-4.6.0[ssl]
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/"${PN}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/qtweetlib/
@ 2011-08-19 22:30 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2011-08-19 22:30 UTC (permalink / raw
To: gentoo-commits
commit: bb9b29c71e4168c69887fde669711e1287e15303
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Aug 19 22:32:09 2011 +0000
Commit: Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Aug 19 22:32:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bb9b29c7
[net-libs/qtweetlib] Fix keywords use typo
---
| 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--git a/net-libs/qtweetlib/qtweetlib-9999.ebuild b/net-libs/qtweetlib/qtweetlib-9999.ebuild
index c8cd13d..5a2d17b 100644
--- a/net-libs/qtweetlib/qtweetlib-9999.ebuild
+++ b/net-libs/qtweetlib/qtweetlib-9999.ebuild
@@ -18,8 +18,8 @@ HOMEPAGE="https://github.com/minimoog/QTweetLib"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="debug"
-IUSE=""
+KEYWORDS=""
+IUSE="debug"
DEPEND="
>=dev-libs/qjson-0.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/qtweetlib/
@ 2011-08-20 12:07 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-08-20 12:07 UTC (permalink / raw
To: gentoo-commits
commit: 4d96442987c1954ce272078d33343a739a8beb9a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 12:07:24 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 12:07:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4d964429
[net-libs/qtweetlib] Added snapshot and updated 9999 ebuild.
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
| 13 +++++++++----
| 13 +++++++++----
2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/net-libs/qtweetlib/qtweetlib-9999.ebuild b/net-libs/qtweetlib/qtweetlib-0_p20110524.ebuild
similarity index 73%
copy from net-libs/qtweetlib/qtweetlib-9999.ebuild
copy to net-libs/qtweetlib/qtweetlib-0_p20110524.ebuild
index 5a2d17b..2adea8c 100644
--- a/net-libs/qtweetlib/qtweetlib-9999.ebuild
+++ b/net-libs/qtweetlib/qtweetlib-0_p20110524.ebuild
@@ -8,17 +8,22 @@ EAPI=4
# back to minimoog's original repository. See also:
# https://github.com/minimoog/QTweetLib/network
#EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
-EGIT_REPO_URI="git://github.com/dschmidt/QTweetLib.git"
-[[ ${PV} == *9999 ]] && GIT_ECLASS="git-2"
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+else
+ GIT_ECLASS="git-2"
+ EGIT_REPO_URI="git://github.com/dschmidt/QTweetLib.git"
+ KEYWORDS=""
+fi
+
inherit qt4-r2 cmake-utils ${GIT_ECLASS}
DESCRIPTION="Qt based Twitter library"
HOMEPAGE="https://github.com/minimoog/QTweetLib"
-[[ ${PV} == *9999 ]] || SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
IUSE="debug"
DEPEND="
--git a/net-libs/qtweetlib/qtweetlib-9999.ebuild b/net-libs/qtweetlib/qtweetlib-9999.ebuild
index 5a2d17b..2adea8c 100644
--- a/net-libs/qtweetlib/qtweetlib-9999.ebuild
+++ b/net-libs/qtweetlib/qtweetlib-9999.ebuild
@@ -8,17 +8,22 @@ EAPI=4
# back to minimoog's original repository. See also:
# https://github.com/minimoog/QTweetLib/network
#EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
-EGIT_REPO_URI="git://github.com/dschmidt/QTweetLib.git"
-[[ ${PV} == *9999 ]] && GIT_ECLASS="git-2"
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+else
+ GIT_ECLASS="git-2"
+ EGIT_REPO_URI="git://github.com/dschmidt/QTweetLib.git"
+ KEYWORDS=""
+fi
+
inherit qt4-r2 cmake-utils ${GIT_ECLASS}
DESCRIPTION="Qt based Twitter library"
HOMEPAGE="https://github.com/minimoog/QTweetLib"
-[[ ${PV} == *9999 ]] || SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
IUSE="debug"
DEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/qtweetlib/
@ 2011-10-26 19:03 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2011-10-26 19:03 UTC (permalink / raw
To: gentoo-commits
commit: aee059e234558a1957329ef88c3424a754079658
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Wed Oct 26 19:04:08 2011 +0000
Commit: Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Wed Oct 26 19:04:21 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aee059e2
[net-libs/qtweetlib] Bump 0.3
Switched back to official repo
(Portage version: 2.2.0_alpha71/git/Linux i686, signed Manifest commit with key DF018462)
---
| 19 ++++++++++++-------
| 19 ++++++++++++-------
2 files changed, 24 insertions(+), 14 deletions(-)
diff --git a/net-libs/qtweetlib/qtweetlib-0_p20110524.ebuild b/net-libs/qtweetlib/qtweetlib-0.3.ebuild
similarity index 55%
rename from net-libs/qtweetlib/qtweetlib-0_p20110524.ebuild
rename to net-libs/qtweetlib/qtweetlib-0.3.ebuild
index 2adea8c..4f7a4e0 100644
--- a/net-libs/qtweetlib/qtweetlib-0_p20110524.ebuild
+++ b/net-libs/qtweetlib/qtweetlib-0.3.ebuild
@@ -4,16 +4,14 @@
EAPI=4
-# use domme's/dschmidt's clone for now, until the CMake support is merge
-# back to minimoog's original repository. See also:
-# https://github.com/minimoog/QTweetLib/network
-#EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
+MY_PN=QTweetLib
+
if [[ ${PV} != *9999* ]]; then
- SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
+ SRC_URI="https://github.com/minimoog/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
else
GIT_ECLASS="git-2"
- EGIT_REPO_URI="git://github.com/dschmidt/QTweetLib.git"
+ EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
KEYWORDS=""
fi
@@ -32,4 +30,11 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}"/"${PN}"
+src_unpack() {
+ if [[ ${PV} != *9999* ]]; then
+ unpack ${A}
+ mv *-${MY_PN}-* "${S}"
+ else
+ git-2_src_unpack
+ fi
+}
--git a/net-libs/qtweetlib/qtweetlib-9999.ebuild b/net-libs/qtweetlib/qtweetlib-9999.ebuild
index 2adea8c..4f7a4e0 100644
--- a/net-libs/qtweetlib/qtweetlib-9999.ebuild
+++ b/net-libs/qtweetlib/qtweetlib-9999.ebuild
@@ -4,16 +4,14 @@
EAPI=4
-# use domme's/dschmidt's clone for now, until the CMake support is merge
-# back to minimoog's original repository. See also:
-# https://github.com/minimoog/QTweetLib/network
-#EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
+MY_PN=QTweetLib
+
if [[ ${PV} != *9999* ]]; then
- SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
+ SRC_URI="https://github.com/minimoog/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
else
GIT_ECLASS="git-2"
- EGIT_REPO_URI="git://github.com/dschmidt/QTweetLib.git"
+ EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
KEYWORDS=""
fi
@@ -32,4 +30,11 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}"/"${PN}"
+src_unpack() {
+ if [[ ${PV} != *9999* ]]; then
+ unpack ${A}
+ mv *-${MY_PN}-* "${S}"
+ else
+ git-2_src_unpack
+ fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/qtweetlib/
@ 2011-11-12 19:21 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2011-11-12 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 53dc634d486e5663dd5816989a42421d2a1f46fb
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Nov 12 20:22:23 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 20:22:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=53dc634d
[net-libs/qtweetlib] Moved to main tree
---
| 5 ---
| 40 ------------------------------
| 40 ------------------------------
3 files changed, 0 insertions(+), 85 deletions(-)
diff --git a/net-libs/qtweetlib/metadata.xml b/net-libs/qtweetlib/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/net-libs/qtweetlib/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>
-<herd>kde</herd>
-</pkgmetadata>
diff --git a/net-libs/qtweetlib/qtweetlib-0.3.ebuild b/net-libs/qtweetlib/qtweetlib-0.3.ebuild
deleted file mode 100644
index 4f7a4e0..0000000
--- a/net-libs/qtweetlib/qtweetlib-0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MY_PN=QTweetLib
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://github.com/minimoog/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-else
- GIT_ECLASS="git-2"
- EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
- KEYWORDS=""
-fi
-
-inherit qt4-r2 cmake-utils ${GIT_ECLASS}
-
-DESCRIPTION="Qt based Twitter library"
-HOMEPAGE="https://github.com/minimoog/QTweetLib"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="
- >=dev-libs/qjson-0.7.1
- >=x11-libs/qt-core-4.6.0[ssl]
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- if [[ ${PV} != *9999* ]]; then
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
- else
- git-2_src_unpack
- fi
-}
diff --git a/net-libs/qtweetlib/qtweetlib-9999.ebuild b/net-libs/qtweetlib/qtweetlib-9999.ebuild
deleted file mode 100644
index 4f7a4e0..0000000
--- a/net-libs/qtweetlib/qtweetlib-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MY_PN=QTweetLib
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://github.com/minimoog/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-else
- GIT_ECLASS="git-2"
- EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git"
- KEYWORDS=""
-fi
-
-inherit qt4-r2 cmake-utils ${GIT_ECLASS}
-
-DESCRIPTION="Qt based Twitter library"
-HOMEPAGE="https://github.com/minimoog/QTweetLib"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="
- >=dev-libs/qjson-0.7.1
- >=x11-libs/qt-core-4.6.0[ssl]
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- if [[ ${PV} != *9999* ]]; then
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
- else
- git-2_src_unpack
- fi
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-11-12 19:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 12:07 [gentoo-commits] proj/kde:master commit in: net-libs/qtweetlib/ Jorge Manuel B. S. Vicetto
-- strict thread matches above, loose matches on Subject: below --
2011-11-12 19:21 Andreas Hüttel
2011-10-26 19:03 Johannes Huber
2011-08-19 22:30 Johannes Huber
2011-08-19 15:37 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox