* [gentoo-commits] proj/kde:master commit in: net-libs/libgcal/
@ 2013-06-29 16:59 Johannes Huber
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2013-06-29 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 2b9c9896a5b32b0651dff7c8d5b8c980a01fe0c1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 16:54:55 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 16:54:55 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2b9c9896
[net-libs/libgcal] EAPI 5. Use PN in SRC_URI.
Package-Manager: portage-2.2.0_alpha186
---
net-libs/libgcal/libgcal-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-libs/libgcal/libgcal-9999.ebuild b/net-libs/libgcal/libgcal-9999.ebuild
index e345714..a9a0771 100644
--- a/net-libs/libgcal/libgcal-9999.ebuild
+++ b/net-libs/libgcal/libgcal-9999.ebuild
@@ -2,13 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit cmake-utils git-2
DESCRIPTION="C/C++ interface to the Google Data API"
HOMEPAGE="http://code.google.com/p/libgcal/"
-EGIT_REPO_URI="git://gitorious.org/libgcal/libgcal.git"
+EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}"
LICENSE="BSD"
KEYWORDS=""
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
test? ( dev-libs/check )
"
-DOCS=(README)
+DOCS=( README )
src_configure() {
mycmakeargs=(
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/libgcal/
@ 2013-10-13 15:46 Johannes Huber
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2013-10-13 15:46 UTC (permalink / raw
To: gentoo-commits
commit: bcce2258052b4decb890cee3a7cb4586c53cda22
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 17:35:21 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 17:35:21 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bcce2258
[net-libs/libgcal] Move to git-r3 eclass.
Package-Manager: portage-2.2.7
---
net-libs/libgcal/libgcal-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/libgcal/libgcal-9999.ebuild b/net-libs/libgcal/libgcal-9999.ebuild
index a9a0771..2e5e019 100644
--- a/net-libs/libgcal/libgcal-9999.ebuild
+++ b/net-libs/libgcal/libgcal-9999.ebuild
@@ -4,11 +4,11 @@
EAPI=5
-inherit cmake-utils git-2
+inherit cmake-utils git-r3
DESCRIPTION="C/C++ interface to the Google Data API"
HOMEPAGE="http://code.google.com/p/libgcal/"
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}"
+EGIT_REPO_URI=( "git://gitorious.org/${PN}/${PN}" )
LICENSE="BSD"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/libgcal/
@ 2013-10-17 19:26 Johannes Huber
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2013-10-17 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 9ba900b7847cf35b1721f3ecf6c0ce6d9eba204e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 19:21:47 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 19:21:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9ba900b7
[net-libs/libgcal] Use non deprecated BUILD_DIR var.
Package-Manager: portage-2.2.7
---
net-libs/libgcal/libgcal-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/libgcal/libgcal-9999.ebuild b/net-libs/libgcal/libgcal-9999.ebuild
index 2e5e019..093a885 100644
--- a/net-libs/libgcal/libgcal-9999.ebuild
+++ b/net-libs/libgcal/libgcal-9999.ebuild
@@ -43,7 +43,7 @@ src_compile() {
}
src_install() {
- use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/docs/doxygen/html/")
+ use doc && HTML_DOCS=("${BUILD_DIR}/docs/doxygen/html/")
cmake-utils_src_install
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/libgcal/
@ 2015-04-04 16:58 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2015-04-04 16:58 UTC (permalink / raw
To: gentoo-commits
commit: bccaa9c1aedc00f06f276de5dd739bbc5a22061f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 4 16:57:42 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 4 16:57:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bccaa9c1
[net-libs/libgcal] Remove package, nothing needs it anymore.
net-libs/libgcal/libgcal-9999.ebuild | 54 ------------------------------------
net-libs/libgcal/metadata.xml | 5 ----
2 files changed, 59 deletions(-)
diff --git a/net-libs/libgcal/libgcal-9999.ebuild b/net-libs/libgcal/libgcal-9999.ebuild
deleted file mode 100644
index 3499644..0000000
--- a/net-libs/libgcal/libgcal-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="C/C++ interface to the Google Data API"
-HOMEPAGE="http://code.google.com/p/libgcal/"
-EGIT_REPO_URI=( "git://gitorious.org/${PN}/${PN}" )
-
-LICENSE="BSD"
-KEYWORDS=""
-SLOT="0"
-IUSE="debug doc test"
-
-# Some tests fail
-RESTRICT="test"
-
-RDEPEND="
- dev-libs/libxml2:2
- >=net-misc/curl-7.18.2
-"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- test? ( dev-libs/check )
-"
-
-DOCS=( README )
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_TESTS=OFF
- $(cmake-utils_use debug CURL_DEBUG)
- )
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
- use doc && cmake-utils_src_compile docs
-}
-
-src_install() {
- use doc && HTML_DOCS=("${BUILD_DIR}/docs/doxygen/html/")
- cmake-utils_src_install
-}
-
-src_test() {
- mycmakeargs+=(-DENABLE_TESTS=ON)
- cmake-utils_src_configure
- cmake-utils_src_make test
-}
diff --git a/net-libs/libgcal/metadata.xml b/net-libs/libgcal/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/net-libs/libgcal/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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-04-04 16:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29 16:59 [gentoo-commits] proj/kde:master commit in: net-libs/libgcal/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2013-10-13 15:46 Johannes Huber
2013-10-17 19:26 Johannes Huber
2015-04-04 16:58 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox