public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/libcmis: ChangeLog libcmis-9999.ebuild libcmis-0.1.0.ebuild
@ 2011-10-03 12:44 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-10-03 12:44 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/10/03 12:44:03

  Modified:             ChangeLog libcmis-9999.ebuild
  Added:                libcmis-0.1.0.ebuild
  Log:
  Add release version.
  
  (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-cpp/libcmis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Oct 2011 08:54:32 -0000	1.1
+++ ChangeLog	3 Oct 2011 12:44:03 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/libcmis
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.1 2011/10/03 08:54:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.2 2011/10/03 12:44:03 scarabeus Exp $
+
+*libcmis-0.1.0 (03 Oct 2011)
+
+  03 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> +libcmis-0.1.0.ebuild,
+  libcmis-9999.ebuild:
+  Add release version.
 
 *libcmis-9999 (03 Oct 2011)
 



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

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

Index: libcmis-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcmis-9999.ebuild	3 Oct 2011 08:54:32 -0000	1.1
+++ libcmis-9999.ebuild	3 Oct 2011 12:44:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.1 2011/10/03 08:54:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.2 2011/10/03 12:44:03 scarabeus Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION="C++ client library for the CMIS interface"
 HOMEPAGE="http://gitorious.org/libcmis"
-[[ ${PV} == 9999 ]] || SRC_URI=""
+[[ ${PV} == 9999 ]] || SRC_URI="http://people.freedesktop.org/~cbosdo/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
 SLOT="0"



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

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

Index: libcmis-0.1.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v 1.1 2011/10/03 12:44:03 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="http://gitorious.org/libcmis"
[[ ${PV} == 9999 ]] || SRC_URI="http://people.freedesktop.org/~cbosdo/${PN}/${P}.tar.gz"

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

RDEPEND="
	dev-libs/boost
	dev-libs/libxml2
	net-misc/curl
"
DEPEND="${RDEPEND}
	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 \
		$(use_enable static-libs static) \
		--enable-client
}

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






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/libcmis: ChangeLog libcmis-9999.ebuild libcmis-0.1.0.ebuild
@ 2011-10-03 13:33 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-10-03 13:33 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/10/03 13:33:43

  Modified:             ChangeLog libcmis-9999.ebuild libcmis-0.1.0.ebuild
  Log:
  Update tarball, repacked by upstream. Manage all configure switches.
  
  (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-cpp/libcmis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	3 Oct 2011 12:44:03 -0000	1.2
+++ ChangeLog	3 Oct 2011 13:33:43 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/libcmis
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.2 2011/10/03 12:44:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.3 2011/10/03 13:33:43 scarabeus Exp $
+
+  03 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> libcmis-0.1.0.ebuild,
+  libcmis-9999.ebuild:
+  Update tarball, repacked by upstream. Manage all configure switches.
 
 *libcmis-0.1.0 (03 Oct 2011)
 



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

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

Index: libcmis-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcmis-9999.ebuild	3 Oct 2011 12:44:03 -0000	1.2
+++ libcmis-9999.ebuild	3 Oct 2011 13:33:43 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.2 2011/10/03 12:44:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.3 2011/10/03 13:33:43 scarabeus Exp $
 
 EAPI=4
 
@@ -36,7 +36,9 @@
 
 src_configure() {
 	econf \
+		--disable-werror \
 		$(use_enable static-libs static) \
+		$(use_enable test tests) \
 		--enable-client
 }
 



1.2                  dev-cpp/libcmis/libcmis-0.1.0.ebuild

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

Index: libcmis-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcmis-0.1.0.ebuild	3 Oct 2011 12:44:03 -0000	1.1
+++ libcmis-0.1.0.ebuild	3 Oct 2011 13:33:43 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v 1.1 2011/10/03 12:44:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v 1.2 2011/10/03 13:33:43 scarabeus Exp $
 
 EAPI=4
 
@@ -36,7 +36,9 @@
 
 src_configure() {
 	econf \
+		--disable-werror \
 		$(use_enable static-libs static) \
+		$(use_enable test tests) \
 		--enable-client
 }
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/libcmis: ChangeLog libcmis-9999.ebuild libcmis-0.1.0.ebuild
@ 2011-12-09 13:28 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-12-09 13:28 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/12/09 13:28:55

  Modified:             ChangeLog libcmis-9999.ebuild libcmis-0.1.0.ebuild
  Log:
  Project moved to sf.net.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-cpp/libcmis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	30 Nov 2011 12:34:43 -0000	1.4
+++ ChangeLog	9 Dec 2011 13:28:55 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/libcmis
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.4 2011/11/30 12:34:43 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/ChangeLog,v 1.5 2011/12/09 13:28:55 scarabeus Exp $
+
+  09 Dec 2011; Tomáš Chvátal <scarabeus@gentoo.org> libcmis-0.1.0.ebuild,
+  libcmis-9999.ebuild:
+  Project moved to sf.net.
 
   30 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> libcmis-0.1.0.ebuild:
   Marked ~ppc wrt #392585



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

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

Index: libcmis-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libcmis-9999.ebuild	3 Oct 2011 13:33:43 -0000	1.3
+++ libcmis-9999.ebuild	9 Dec 2011 13:28:55 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.3 2011/10/03 13:33:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.4 2011/12/09 13:28:55 scarabeus Exp $
 
 EAPI=4
 
@@ -10,8 +10,8 @@
 unset SCM_ECLASS
 
 DESCRIPTION="C++ client library for the CMIS interface"
-HOMEPAGE="http://gitorious.org/libcmis"
-[[ ${PV} == 9999 ]] || SRC_URI="http://people.freedesktop.org/~cbosdo/${PN}/${P}.tar.gz"
+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"



1.4                  dev-cpp/libcmis/libcmis-0.1.0.ebuild

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

Index: libcmis-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libcmis-0.1.0.ebuild	30 Nov 2011 12:34:43 -0000	1.3
+++ libcmis-0.1.0.ebuild	9 Dec 2011 13:28:55 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v 1.3 2011/11/30 12:34:43 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v 1.4 2011/12/09 13:28:55 scarabeus Exp $
 
 EAPI=4
 
@@ -10,12 +10,12 @@
 unset SCM_ECLASS
 
 DESCRIPTION="C++ client library for the CMIS interface"
-HOMEPAGE="http://gitorious.org/libcmis"
-[[ ${PV} == 9999 ]] || SRC_URI="http://people.freedesktop.org/~cbosdo/${PN}/${P}.tar.gz"
+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"
+[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-09 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 12:44 [gentoo-commits] gentoo-x86 commit in dev-cpp/libcmis: ChangeLog libcmis-9999.ebuild libcmis-0.1.0.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03 13:33 Tomas Chvatal (scarabeus)
2011-12-09 13:28 Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox