summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-09-20 02:37:04 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-09-20 02:37:04 +0000
commitfc7b40bb3869028d6cc696e91141ef2c7dd788b2 (patch)
tree1b230a7ff39528b89b8765d31215735e9b18f75e /www-client/jd
parentVersion bumped, bug #238004. (diff)
downloadgentoo-2-fc7b40bb3869028d6cc696e91141ef2c7dd788b2.tar.gz
gentoo-2-fc7b40bb3869028d6cc696e91141ef2c7dd788b2.tar.bz2
gentoo-2-fc7b40bb3869028d6cc696e91141ef2c7dd788b2.zip
Version bumped, bug #238122.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'www-client/jd')
-rw-r--r--www-client/jd/ChangeLog15
-rw-r--r--www-client/jd/jd-2.0.0_beta080601.ebuild73
-rw-r--r--www-client/jd/jd-2.0.2_p080919.ebuild (renamed from www-client/jd/jd-2.0.0_beta080418.ebuild)19
3 files changed, 25 insertions, 82 deletions
diff --git a/www-client/jd/ChangeLog b/www-client/jd/ChangeLog
index 734068f981f1..8620bd63ca14 100644
--- a/www-client/jd/ChangeLog
+++ b/www-client/jd/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for www-client/jd
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v 1.2 2008/06/07 09:03:57 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v 1.3 2008/09/20 02:37:04 matsuu Exp $
+
+*jd-2.0.2_p080919 (20 Sep 2008)
+
+ 20 Sep 2008; MATSUU Takuto <matsuu@gentoo.org>
+ -jd-2.0.0_beta080418.ebuild, -jd-2.0.0_beta080601.ebuild,
+ +jd-2.0.2_p080919.ebuild:
+ Version bumped, bug #238122. Removed old versions.
+
+*jd-2.0.0_beta080722 (02 Aug 2008)
+
+ 02 Aug 2008; MATSUU Takuto <matsuu@gentoo.org>
+ -jd-2.0.0_beta080418.ebuild, +jd-2.0.0_beta080722.ebuild:
+ Version bumped.
*jd-2.0.0_beta080601 (02 Jun 2008)
diff --git a/www-client/jd/jd-2.0.0_beta080601.ebuild b/www-client/jd/jd-2.0.0_beta080601.ebuild
deleted file mode 100644
index 224676a40d85..000000000000
--- a/www-client/jd/jd-2.0.0_beta080601.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.0.0_beta080601.ebuild,v 1.1 2008/06/07 09:03:57 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/31373/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome gnutls"
-#IUSE="gnome gnutls migemo"
-
-RDEPEND=">=dev-cpp/gtkmm-2.8
- >=dev-libs/glib-2
- 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=""
-
- # use gnomeui sm instead of Xorg SM/ICE
- if use gnome ; then
- myconf="${myconf} --with-sessionlib=gnomeui"
- else
- myconf="${myconf} --with-sessionlib=xsmp"
- fi
-
- if use gnutls ; then
- myconf="${myconf} --without-openssl"
- else
- myconf="${myconf} --with-openssl"
- fi
-
- #if use migemo ; then
- # myconf="${myconf} --with-migemo --with-migemodict=/usr/share/migemo/migemo-dict"
- #else
- # myconf="${myconf} --without-migemo"
- #fi
-
- econf ${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
-}
diff --git a/www-client/jd/jd-2.0.0_beta080418.ebuild b/www-client/jd/jd-2.0.2_p080919.ebuild
index 56294b52531a..0c5a25c19a5a 100644
--- a/www-client/jd/jd-2.0.0_beta080418.ebuild
+++ b/www-client/jd/jd-2.0.2_p080919.ebuild
@@ -1,25 +1,26 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.0.0_beta080418.ebuild,v 1.1 2008/05/23 15:51:46 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.0.2_p080919.ebuild,v 1.1 2008/09/20 02:37:04 matsuu Exp $
inherit eutils autotools
MY_P="${P/_p/-}"
-MY_P="${MY_P/_/-}"
-SF_DLID="30621"
+MY_P="${MY_P/_beta/-}"
DESCRIPTION="gtk2 based 2ch browser written in C++"
HOMEPAGE="http://jd4linux.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/jd4linux/${SF_DLID}/${MY_P}.tgz"
+SRC_URI="mirror://sourceforge.jp/jd4linux/32951/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="gnome gnutls"
-#IUSE="gnome gnutls migemo"
+IUSE="alsa gnome gnutls"
+#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
@@ -41,7 +42,7 @@ src_unpack() {
}
src_compile() {
- local myconf=""
+ local myconf="--with-xdgopen"
# use gnomeui sm instead of Xorg SM/ICE
if use gnome ; then
@@ -62,7 +63,9 @@ src_compile() {
# myconf="${myconf} --without-migemo"
#fi
- econf ${myconf} || die "econf failed"
+ econf \
+ $(use_with alsa) \
+ ${myconf} || die "econf failed"
emake || die "emake failed"
}