public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libcmis: metadata.xml libcmis-0.2.3.ebuild libcmis-9999.ebuild ChangeLog libcmis-0.2.2.ebuild
Date: Thu, 14 Jun 2012 08:41:31 +0000 (UTC)	[thread overview]
Message-ID: <20120614084131.2EE232004B@flycatcher.gentoo.org> (raw)

scarabeus    12/06/14 08:41:31

  Modified:             metadata.xml libcmis-9999.ebuild ChangeLog
  Added:                libcmis-0.2.3.ebuild
  Removed:              libcmis-0.2.2.ebuild
  Log:
  Bump to latest and use the switches i added upstream. Remove broken one.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-cpp/libcmis/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	3 Oct 2011 08:54:32 -0000	1.1
+++ metadata.xml	14 Jun 2012 08:41:31 -0000	1.2
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>openoffice</herd>
+<use>
+	<flag name='man'>Build and install man pages.</flag>
+</use>
 </pkgmetadata>



1.5                  dev-cpp/libcmis/libcmis-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild?r1=1.4&r2=1.5

Index: libcmis-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libcmis-9999.ebuild	9 Dec 2011 13:28:55 -0000	1.4
+++ libcmis-9999.ebuild	14 Jun 2012 08:41:31 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.4 2011/12/09 13:28:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.5 2012/06/14 08:41:31 scarabeus Exp $
 
 EAPI=4
 
@@ -15,8 +15,8 @@
 
 LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
 SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs test"
+[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs man test"
 
 RDEPEND="
 	dev-libs/boost
@@ -24,6 +24,7 @@
 	net-misc/curl
 "
 DEPEND="${RDEPEND}
+	man? ( app-text/docbook2X )
 	test? ( dev-util/cppunit )
 "
 
@@ -37,6 +38,7 @@
 src_configure() {
 	econf \
 		--disable-werror \
+		$(use_with man) \
 		$(use_enable static-libs static) \
 		$(use_enable test tests) \
 		--enable-client



1.10                 dev-cpp/libcmis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Jun 2012 15:40:51 -0000	1.9
+++ ChangeLog	14 Jun 2012 08:41:31 -0000	1.10
@@ -1,6 +1,13 @@
 # ChangeLog for dev-cpp/libcmis
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.9 2012/06/05 15:40:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.10 2012/06/14 08:41:31 scarabeus Exp $
+
+*libcmis-0.2.3 (14 Jun 2012)
+
+  14 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> +libcmis-0.2.3.ebuild,
+  -files/libcmis-0.2.2-docbook.patch, -libcmis-0.2.2.ebuild,
+  libcmis-9999.ebuild, metadata.xml:
+  Bump to latest and use the switches i added upstream. Remove broken one.
 
 *libcmis-0.2.2 (05 Jun 2012)
 



1.1                  dev-cpp/libcmis/libcmis-0.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-0.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libcmis/libcmis-0.2.3.ebuild?rev=1.1&content-type=text/plain

Index: libcmis-0.2.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.2.3.ebuild,v 1.1 2012/06/14 08:41:31 scarabeus Exp $

EAPI=4

EGIT_REPO_URI="git://gitorious.org/libcmis/libcmis.git"
[[ ${PV} == 9999 ]] && SCM_ECLASS="git-2"
inherit autotools ${SCM_ECLASS}
unset SCM_ECLASS

DESCRIPTION="C++ client library for the CMIS interface"
HOMEPAGE="https://sourceforge.net/projects/libcmis/"
[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
SLOT="0"
[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs man test"

RDEPEND="
	dev-libs/boost
	dev-libs/libxml2
	net-misc/curl
"
DEPEND="${RDEPEND}
	man? ( app-text/docbook2X )
	test? ( dev-util/cppunit )
"

# It fetches the apache chemistry webapp and then try to run some magic on it
RESTRICT="test"

src_prepare() {
	eautoreconf
}

src_configure() {
	econf \
		--disable-werror \
		$(use_with man) \
		$(use_enable static-libs static) \
		$(use_enable test tests) \
		--enable-client
}

src_install() {
	default
	find "${ED}" -name '*.la' -exec rm -f {} +
}






                 reply	other threads:[~2012-06-14  8:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120614084131.2EE232004B@flycatcher.gentoo.org \
    --to=scarabeus@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