summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-12-06 23:35:37 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-12-06 23:35:37 +0000
commitcb21825fac78d4321d31bfd07d417e77ebeef3e2 (patch)
treeff1aeff74dbbe78addb9c1cdb86bfd0fa3cfadd5 /www-client
parentmedia-sound/asunder: Bump to 1.9.1 (diff)
downloadgentoo-2-cb21825fac78d4321d31bfd07d417e77ebeef3e2.tar.gz
gentoo-2-cb21825fac78d4321d31bfd07d417e77ebeef3e2.tar.bz2
gentoo-2-cb21825fac78d4321d31bfd07d417e77ebeef3e2.zip
Version bumped.
(Portage version: 2.1.7.10/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/jd/ChangeLog9
-rw-r--r--www-client/jd/jd-2.4.0_p090522.ebuild67
-rw-r--r--www-client/jd/jd-2.4.1_p090712.ebuild67
-rw-r--r--www-client/jd/jd-2.5.0_beta091123.ebuild67
-rw-r--r--www-client/jd/jd-2.5.0_p091206.ebuild (renamed from www-client/jd/jd-2.3.0_p090305.ebuild)4
5 files changed, 10 insertions, 204 deletions
diff --git a/www-client/jd/ChangeLog b/www-client/jd/ChangeLog
index 40563a692aca..b28cc0e2eb17 100644
--- a/www-client/jd/ChangeLog
+++ b/www-client/jd/ChangeLog
@@ -1,6 +1,13 @@
# 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.17 2009/11/24 14:01:28 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v 1.18 2009/12/06 23:35:37 matsuu Exp $
+
+*jd-2.5.0_p091206 (06 Dec 2009)
+
+ 06 Dec 2009; MATSUU Takuto <matsuu@gentoo.org> -jd-2.3.0_p090305.ebuild,
+ -jd-2.4.0_p090522.ebuild, -jd-2.4.1_p090712.ebuild,
+ -jd-2.5.0_beta091123.ebuild, +jd-2.5.0_p091206.ebuild:
+ Version bumped. Removed old versions.
*jd-2.5.0_beta091123 (24 Nov 2009)
diff --git a/www-client/jd/jd-2.4.0_p090522.ebuild b/www-client/jd/jd-2.4.0_p090522.ebuild
deleted file mode 100644
index 151d3a9b3a21..000000000000
--- a/www-client/jd/jd-2.4.0_p090522.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# 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
-}
diff --git a/www-client/jd/jd-2.4.1_p090712.ebuild b/www-client/jd/jd-2.4.1_p090712.ebuild
deleted file mode 100644
index 440331ba0157..000000000000
--- a/www-client/jd/jd-2.4.1_p090712.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# 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.1_p090712.ebuild,v 1.1 2009/07/15 23:09:34 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/41293/${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
-}
diff --git a/www-client/jd/jd-2.5.0_beta091123.ebuild b/www-client/jd/jd-2.5.0_beta091123.ebuild
deleted file mode 100644
index 07facf363107..000000000000
--- a/www-client/jd/jd-2.5.0_beta091123.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# 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.5.0_beta091123.ebuild,v 1.1 2009/11/24 14:01:28 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/44586/${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
-}
diff --git a/www-client/jd/jd-2.3.0_p090305.ebuild b/www-client/jd/jd-2.5.0_p091206.ebuild
index a6805999e9b2..845005f294f9 100644
--- a/www-client/jd/jd-2.3.0_p090305.ebuild
+++ b/www-client/jd/jd-2.5.0_p091206.ebuild
@@ -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/www-client/jd/jd-2.3.0_p090305.ebuild,v 1.1 2009/03/04 16:29:44 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.5.0_p091206.ebuild,v 1.1 2009/12/06 23:35:37 matsuu Exp $
inherit eutils autotools
@@ -9,7 +9,7 @@ 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"
+SRC_URI="mirror://sourceforge.jp/jd4linux/44788/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"