* [gentoo-commits] gentoo-x86 commit in www-client/jd: jd-2.3.0_p090305.ebuild ChangeLog jd-2.3.0_rc090302.ebuild
@ 2009-03-04 16:29 Matsuu Takuto (matsuu)
0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2009-03-04 16:29 UTC (permalink / raw
To: gentoo-commits
matsuu 09/03/04 16:29:48
Modified: ChangeLog
Added: jd-2.3.0_p090305.ebuild
Removed: jd-2.3.0_rc090302.ebuild
Log:
Version bumped.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.11 www-client/jd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 2 Mar 2009 00:09:13 -0000 1.10
+++ ChangeLog 4 Mar 2009 16:29:44 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for www-client/jd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v 1.10 2009/03/02 00:09:13 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v 1.11 2009/03/04 16:29:44 matsuu Exp $
+
+*jd-2.3.0_p090305 (04 Mar 2009)
+
+ 04 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> -jd-2.3.0_rc090302.ebuild,
+ +jd-2.3.0_p090305.ebuild:
+ Version bumped.
*jd-2.3.0_rc090302 (02 Mar 2009)
1.1 www-client/jd/jd-2.3.0_p090305.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/jd-2.3.0_p090305.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/jd-2.3.0_p090305.ebuild?rev=1.1&content-type=text/plain
Index: jd-2.3.0_p090305.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.3.0_p090305.ebuild,v 1.1 2009/03/04 16:29:44 matsuu Exp $
inherit eutils autotools
MY_P="${P/_p/-}"
MY_P="${MY_P/_/-}"
DESCRIPTION="gtk2 based 2ch browser written in C++"
HOMEPAGE="http://jd4linux.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/jd4linux/38008/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa gnome gnutls migemo"
RDEPEND=">=dev-cpp/gtkmm-2.8
>=dev-libs/glib-2
x11-misc/xdg-utils
alsa? ( >=media-libs/alsa-lib-1 )
gnome? ( >=gnome-base/libgnomeui-2 )
!gnome? (
x11-libs/libSM
x11-libs/libICE
)
gnutls? ( >=net-libs/gnutls-1.2 )
!gnutls? ( >=dev-libs/openssl-0.9 )
migemo? ( app-text/cmigemo )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
cd "${S}"
eautoreconf
}
src_compile() {
local myconf="--with-xdgopen"
# use gnomeui sm instead of Xorg SM/ICE
if use gnome ; then
myconf="${myconf} --with-sessionlib=gnomeui"
else
myconf="${myconf} --with-sessionlib=xsmp"
fi
econf \
$(use_with alsa) \
$(use_with !gnutls openssl) \
$(use_with migemo) \
$(use_with migemo migemodict /usr/share/migemo/migemo-dict) \
${myconf} || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
doicon ${PN}.png
domenu ${PN}.desktop
dodoc AUTHORS ChangeLog NEWS README
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-04 16:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-04 16:29 [gentoo-commits] gentoo-x86 commit in www-client/jd: jd-2.3.0_p090305.ebuild ChangeLog jd-2.3.0_rc090302.ebuild Matsuu Takuto (matsuu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox