public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/indilib: ChangeLog indilib-0.7.2.ebuild
@ 2011-01-13 13:19 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-01-13 13:19 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/01/13 13:19:20

  Modified:             ChangeLog
  Added:                indilib-0.7.2.ebuild
  Log:
  Version bump. Per bug #351398.
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sci-libs/indilib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	20 Aug 2010 09:21:12 -0000	1.14
+++ ChangeLog	13 Jan 2011 13:19:20 -0000	1.15
@@ -1,6 +1,13 @@
 # ChangeLog for sci-libs/indilib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.14 2010/08/20 09:21:12 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.15 2011/01/13 13:19:20 scarabeus Exp $
+
+*indilib-0.7.2 (13 Jan 2011)
+
+  13 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+  +files/0.7.2-fix_linking_pthread.patch, +files/0.7.2-fix_pkgconfig.patch,
+  +indilib-0.7.2.ebuild:
+  Version bump. Per bug #351398.
 
 *indilib-0.6.2 (20 Aug 2010)
 



1.1                  sci-libs/indilib/indilib-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.1&content-type=text/plain

Index: indilib-0.7.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.1 2011/01/13 13:19:20 scarabeus Exp $

EAPI=3

MY_P="lib${PN/lib/}_${PV}"

inherit cmake-utils eutils

DESCRIPTION="INDI Astronomical Control Protocol library"
HOMEPAGE="http://indi.sourceforge.net/index.php/Main_Page"
SRC_URI="mirror://sourceforge/${PN/lib/}/${MY_P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="fits nova usb v4l2"

# libfli: not in portage
# fli? ( >=sci-libs/fli-1.71 )
RDEPEND="
	sys-libs/zlib
	fits? ( >=sci-libs/cfitsio-3.140 )
	nova? ( >=sci-libs/libnova-0.12.1 )
	usb? ( virtual/libusb:0 )
	v4l2? ( >=sys-kernel/linux-headers-2.6 )
"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}/0.6.2-fix_fits_harddep.patch"
	"${FILESDIR}/0.6.2-fix_symlinks.patch"
	"${FILESDIR}/${PV}-fix_pkgconfig.patch"
	"${FILESDIR}/${PV}-fix_linking_pthread.patch"
)

S="${WORKDIR}/${MY_P/_/-}"

src_prepare() {
	base_src_prepare

	# fix multilib
	sed -i \
		-e "s:\${LIB_POSTFIX}:\${LIB_SUFFIX}:g" \
		CMakeLists.txt || die "sed failed"
}

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with usb)
		$(cmake-utils_use_with fits CFITSIO)
		$(cmake-utils_use_with nova)
	"
	cmake-utils_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/indilib: ChangeLog indilib-0.7.2.ebuild
@ 2011-05-09  8:22 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-09  8:22 UTC (permalink / raw
  To: gentoo-commits

tomka       11/05/09 08:22:55

  Modified:             ChangeLog indilib-0.7.2.ebuild
  Log:
  x86 stable per bug 354033
  
  (Portage version: 2.1.9.46/cvs/Linux i686)

Revision  Changes    Path
1.17                 sci-libs/indilib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	13 Feb 2011 20:15:19 -0000	1.16
+++ ChangeLog	9 May 2011 08:22:55 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/indilib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.16 2011/02/13 20:15:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.17 2011/05/09 08:22:55 tomka Exp $
+
+  09 May 2011; Thomas Kahle <tomka@gentoo.org> indilib-0.7.2.ebuild:
+  x86 stable per bug 354033
 
   13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -indilib-0.6.2.ebuild:
   old



1.2                  sci-libs/indilib/indilib-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?r1=1.1&r2=1.2

Index: indilib-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- indilib-0.7.2.ebuild	13 Jan 2011 13:19:20 -0000	1.1
+++ indilib-0.7.2.ebuild	9 May 2011 08:22:55 -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/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.1 2011/01/13 13:19:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.2 2011/05/09 08:22:55 tomka Exp $
 
 EAPI=3
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
 IUSE="fits nova usb v4l2"
 
 # libfli: not in portage






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/indilib: ChangeLog indilib-0.7.2.ebuild
@ 2011-05-09 23:03 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-09 23:03 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/09 23:03:13

  Modified:             ChangeLog indilib-0.7.2.ebuild
  Log:
  Stable on amd64 wrt bug #354033
  
  (Portage version: 2.1.9.47/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sci-libs/indilib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	9 May 2011 08:22:55 -0000	1.17
+++ ChangeLog	9 May 2011 23:03:12 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/indilib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.17 2011/05/09 08:22:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.18 2011/05/09 23:03:12 hwoarang Exp $
+
+  09 May 2011; Markos Chandras <hwoarang@gentoo.org> indilib-0.7.2.ebuild:
+  Stable on amd64 wrt bug #354033
 
   09 May 2011; Thomas Kahle <tomka@gentoo.org> indilib-0.7.2.ebuild:
   x86 stable per bug 354033



1.3                  sci-libs/indilib/indilib-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?r1=1.2&r2=1.3

Index: indilib-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- indilib-0.7.2.ebuild	9 May 2011 08:22:55 -0000	1.2
+++ indilib-0.7.2.ebuild	9 May 2011 23:03:12 -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/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.2 2011/05/09 08:22:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.3 2011/05/09 23:03:12 hwoarang Exp $
 
 EAPI=3
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 IUSE="fits nova usb v4l2"
 
 # libfli: not in portage






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/indilib: ChangeLog indilib-0.7.2.ebuild
@ 2011-06-01 19:33 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-06-01 19:33 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/01 19:33:34

  Modified:             ChangeLog indilib-0.7.2.ebuild
  Log:
  Marking indilib-0.7.2 ppc for bug 354033
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.19                 sci-libs/indilib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 May 2011 23:03:12 -0000	1.18
+++ ChangeLog	1 Jun 2011 19:33:34 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/indilib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.18 2011/05/09 23:03:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.19 2011/06/01 19:33:34 ranger Exp $
+
+  01 Jun 2011; Brent Baude <ranger@gentoo.org> indilib-0.7.2.ebuild:
+  Marking indilib-0.7.2 ppc stable for bug 354033
 
   09 May 2011; Markos Chandras <hwoarang@gentoo.org> indilib-0.7.2.ebuild:
   Stable on amd64 wrt bug #354033



1.4                  sci-libs/indilib/indilib-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?r1=1.3&r2=1.4

Index: indilib-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- indilib-0.7.2.ebuild	9 May 2011 23:03:12 -0000	1.3
+++ indilib-0.7.2.ebuild	1 Jun 2011 19:33:34 -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/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.3 2011/05/09 23:03:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.4 2011/06/01 19:33:34 ranger Exp $
 
 EAPI=3
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
 IUSE="fits nova usb v4l2"
 
 # libfli: not in portage






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/indilib: ChangeLog indilib-0.7.2.ebuild
@ 2011-07-13 14:49 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-13 14:49 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/13 14:49:49

  Modified:             ChangeLog indilib-0.7.2.ebuild
  Log:
  ppc64 stable wrt #354033
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 sci-libs/indilib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	1 Jun 2011 19:33:34 -0000	1.19
+++ ChangeLog	13 Jul 2011 14:49:49 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/indilib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.19 2011/06/01 19:33:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.20 2011/07/13 14:49:49 xarthisius Exp $
+
+  13 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> indilib-0.7.2.ebuild:
+  ppc64 stable wrt #354033
 
   01 Jun 2011; Brent Baude <ranger@gentoo.org> indilib-0.7.2.ebuild:
   Marking indilib-0.7.2 ppc stable for bug 354033



1.5                  sci-libs/indilib/indilib-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild?r1=1.4&r2=1.5

Index: indilib-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- indilib-0.7.2.ebuild	1 Jun 2011 19:33:34 -0000	1.4
+++ indilib-0.7.2.ebuild	13 Jul 2011 14:49:49 -0000	1.5
@@ -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/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.4 2011/06/01 19:33:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.5 2011/07/13 14:49:49 xarthisius Exp $
 
 EAPI=3
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 IUSE="fits nova usb v4l2"
 
 # libfli: not in portage






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

end of thread, other threads:[~2011-07-13 14:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 14:49 [gentoo-commits] gentoo-x86 commit in sci-libs/indilib: ChangeLog indilib-0.7.2.ebuild Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-01 19:33 Brent Baude (ranger)
2011-05-09 23:03 Markos Chandras (hwoarang)
2011-05-09  8:22 Thomas Kahle (tomka)
2011-01-13 13:19 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