* [gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: ChangeLog gphoto2-2.4.4.ebuild
@ 2009-01-31 16:51 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-01-31 16:51 UTC (permalink / raw
To: gentoo-commits
eva 09/01/31 16:51:43
Modified: ChangeLog
Added: gphoto2-2.4.4.ebuild
Log:
Bump to 2.4.4. Translation updates.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.74 media-gfx/gphoto2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 25 Jan 2009 17:18:32 -0000 1.73
+++ ChangeLog 31 Jan 2009 16:51:43 -0000 1.74
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/gphoto2
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.73 2009/01/25 17:18:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.74 2009/01/31 16:51:43 eva Exp $
+
+*gphoto2-2.4.4 (31 Jan 2009)
+
+ 31 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org> +gphoto2-2.4.4.ebuild:
+ Bump to 2.4.4. Translation updates.
25 Jan 2009; Tobias Klausmann <klausman@gentoo.org> gphoto2-2.4.3.ebuild:
Stable on alpha, bug #255825
1.1 media-gfx/gphoto2/gphoto2-2.4.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild?rev=1.1&content-type=text/plain
Index: gphoto2-2.4.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild,v 1.1 2009/01/31 16:51:43 eva Exp $
inherit eutils
DESCRIPTION="free, redistributable digital camera software application"
HOMEPAGE="http://www.gphoto.org/"
SRC_URI="mirror://sourceforge/gphoto/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="aalib exif ncurses nls readline"
# aalib -> needs libjpeg
# raise libgphoto to get a proper .pc
RDEPEND=">=dev-libs/libusb-0.1.8
dev-libs/popt
>=media-libs/libgphoto2-2.4.4
ncurses? ( dev-libs/cdk )
aalib? (
media-libs/aalib
media-libs/jpeg )
exif? ( media-libs/libexif )
readline? ( sys-libs/readline )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( >=sys-devel/gettext-0.14 )"
pkg_setup() {
if use exif && ! built_with_use media-libs/libgphoto2 exif; then
eerror "exif support required but libgphoto2 does not have it."
die "rebuild media-libs/libgphoto2 with USE=\"exif\"."
fi
}
src_compile() {
econf \
--docdir=/usr/share/doc/${PF} \
$(use_with aalib) \
$(use_with aalib jpeg) \
$(use_with exif) \
$(use_with ncurses cdk) \
$(use_enable nls) \
$(use_with readline)
emake || die "compilation failed"
}
src_install() {
emake DESTDIR="${D}" \
HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
install || die "installation failed"
dodoc ChangeLog NEWS* README AUTHORS || die "dodoc failed"
rm -rf "${D}"/usr/share/doc/${PF}/sgml/gphoto2
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: ChangeLog gphoto2-2.4.4.ebuild
@ 2009-03-06 2:47 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2009-03-06 2:47 UTC (permalink / raw
To: gentoo-commits
jer 09/03/06 02:47:57
Modified: ChangeLog gphoto2-2.4.4.ebuild
Log:
Marked ~hppa too.
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.77 media-gfx/gphoto2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 16 Feb 2009 14:23:22 -0000 1.76
+++ ChangeLog 6 Mar 2009 02:47:56 -0000 1.77
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gphoto2
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.76 2009/02/16 14:23:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.77 2009/03/06 02:47:56 jer Exp $
+
+ 06 Mar 2009; Jeroen Roovers <jer@gentoo.org> gphoto2-2.4.4.ebuild:
+ Marked ~hppa too.
16 Feb 2009; Brent Baude <ranger@gentoo.org> gphoto2-2.4.3.ebuild:
Marking gphoto2-2.4.3 ppc for bug 255825
1.2 media-gfx/gphoto2/gphoto2-2.4.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild?r1=1.1&r2=1.2
Index: gphoto2-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gphoto2-2.4.4.ebuild 31 Jan 2009 16:51:43 -0000 1.1
+++ gphoto2-2.4.4.ebuild 6 Mar 2009 02:47:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild,v 1.1 2009/01/31 16:51:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.4.ebuild,v 1.2 2009/03/06 02:47:56 jer Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="aalib exif ncurses nls readline"
# aalib -> needs libjpeg
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: ChangeLog gphoto2-2.4.4.ebuild
@ 2009-09-12 12:59 Petteri Raty (betelgeuse)
0 siblings, 0 replies; 3+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-09-12 12:59 UTC (permalink / raw
To: gentoo-commits
betelgeuse 09/09/12 12:59:43
Modified: ChangeLog
Removed: gphoto2-2.4.4.ebuild
Log:
Remove old ebuild with built_with_use call.
(Portage version: 2.2_rc40/cvs/Linux i686)
Revision Changes Path
1.91 media-gfx/gphoto2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 6 Sep 2009 16:56:17 -0000 1.90
+++ ChangeLog 12 Sep 2009 12:59:43 -0000 1.91
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gphoto2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.90 2009/09/06 16:56:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.91 2009/09/12 12:59:43 betelgeuse Exp $
+
+ 12 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> -gphoto2-2.4.4.ebuild:
+ Remove old ebuild with built_with_use call.
06 Sep 2009; Markus Meier <maekke@gentoo.org> gphoto2-2.4.5.ebuild:
amd64/x86 stable, bug #282849
@@ -323,7 +326,7 @@
new ebuild introduced to bugzilla by
Robert Davis <rdavis@uniformcompany.com>
-*gphoto2-2.0-r1 (01 April 2002)
+*gphoto2-2.0-r1 (01 Apr 2002)
19 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> gphoto2-2.0-r1.ebuild :
@@ -336,13 +339,13 @@
01 April 2002; Spider <spider@gentoo.org>
move to gphoto2
-*gphoto-2.0-r1 (16 March 2002)
+*gphoto-2.0-r1 (16 Mar 2002)
16 March 2002; M.Schlemmer <azarah@gentoo.org> :
Libtoolize gphoto to properly fix the compile/missing libraries.
-*gphoto-2.0 (11 March 2002)
+*gphoto-2.0 (11 Mar 2002)
*gphoto-2.0_beta3 (1 Feb 2002)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-09-12 12:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-31 16:51 [gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: ChangeLog gphoto2-2.4.4.ebuild Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2009-03-06 2:47 Jeroen Roovers (jer)
2009-09-12 12:59 Petteri Raty (betelgeuse)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox