public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/jd: ChangeLog jd-2.4.0_p090522.ebuild jd-2.4.0_beta090510.ebuild
@ 2009-05-27 16:37 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2009-05-27 16:37 UTC (permalink / raw
  To: gentoo-commits

matsuu      09/05/27 16:37:40

  Modified:             ChangeLog
  Added:                jd-2.4.0_p090522.ebuild
  Removed:              jd-2.4.0_beta090510.ebuild
  Log:
  Version bumped.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 www-client/jd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	11 May 2009 15:19:02 -0000	1.12
+++ ChangeLog	27 May 2009 16:37:40 -0000	1.13
@@ -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.12 2009/05/11 15:19:02 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v 1.13 2009/05/27 16:37:40 matsuu Exp $
+
+*jd-2.4.0_p090522 (27 May 2009)
+
+  27 May 2009; MATSUU Takuto <matsuu@gentoo.org>
+  -jd-2.4.0_beta090510.ebuild, +jd-2.4.0_p090522.ebuild:
+  Version bumped.
 
 *jd-2.4.0_beta090510 (11 May 2009)
 



1.1                  www-client/jd/jd-2.4.0_p090522.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/jd-2.4.0_p090522.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/jd/jd-2.4.0_p090522.ebuild?rev=1.1&content-type=text/plain

Index: jd-2.4.0_p090522.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.4.0_p090522.ebuild,v 1.1 2009/05/27 16:37:40 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/40140/${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-05-27 16:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 16:37 [gentoo-commits] gentoo-x86 commit in www-client/jd: ChangeLog jd-2.4.0_p090522.ebuild jd-2.4.0_beta090510.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