summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-29 19:42:54 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-29 19:42:54 +0000
commit98661044e71c2089624e116826a8210b590f149f (patch)
tree2dce11da6e06545ef353e3382c9ae6760161eca7 /www-client
parentRemove old. (diff)
downloadgentoo-2-98661044e71c2089624e116826a8210b590f149f.tar.gz
gentoo-2-98661044e71c2089624e116826a8210b590f149f.tar.bz2
gentoo-2-98661044e71c2089624e116826a8210b590f149f.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-client')
-rw-r--r--www-client/jd/ChangeLog8
-rw-r--r--www-client/jd/jd-2.6.5_p100425.ebuild65
-rw-r--r--www-client/jd/jd-2.7.5_p101228.ebuild65
-rw-r--r--www-client/jd/jd-2.8.0_p110203.ebuild65
4 files changed, 6 insertions, 197 deletions
diff --git a/www-client/jd/ChangeLog b/www-client/jd/ChangeLog
index 96d6a7c39d1a..6e21623c39c7 100644
--- a/www-client/jd/ChangeLog
+++ b/www-client/jd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/jd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v 1.28 2014/07/14 00:15:14 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/jd/ChangeLog,v 1.29 2015/04/29 19:42:54 mrueg Exp $
+
+ 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -jd-2.6.5_p100425.ebuild,
+ -jd-2.7.5_p101228.ebuild, -jd-2.8.0_p110203.ebuild:
+ Remove old.
14 Jul 2014; Julian Ospald <hasufell@gentoo.org> jd-2.8.5_p120826.ebuild:
fix all USE flags
diff --git a/www-client/jd/jd-2.6.5_p100425.ebuild b/www-client/jd/jd-2.6.5_p100425.ebuild
deleted file mode 100644
index 93d687f02d08..000000000000
--- a/www-client/jd/jd-2.6.5_p100425.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.6.5_p100425.ebuild,v 1.3 2012/05/03 06:01:03 jdhore Exp $
-
-EAPI="2"
-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/47156/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa gnome gnutls migemo"
-
-RDEPEND="dev-cpp/gtkmm:2.4
- 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}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- 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}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- doicon ${PN}.png || die
- domenu ${PN}.desktop || die
- dodoc AUTHORS ChangeLog NEWS README || die
-}
diff --git a/www-client/jd/jd-2.7.5_p101228.ebuild b/www-client/jd/jd-2.7.5_p101228.ebuild
deleted file mode 100644
index 347d3b7770ab..000000000000
--- a/www-client/jd/jd-2.7.5_p101228.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.7.5_p101228.ebuild,v 1.3 2012/05/03 06:01:03 jdhore Exp $
-
-EAPI=3
-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/50363/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa gnome gnutls migemo"
-
-RDEPEND="dev-cpp/gtkmm:2.4
- 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}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- 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}
-}
-
-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.8.0_p110203.ebuild b/www-client/jd/jd-2.8.0_p110203.ebuild
deleted file mode 100644
index ce42ca3e3e47..000000000000
--- a/www-client/jd/jd-2.8.0_p110203.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.8.0_p110203.ebuild,v 1.3 2012/05/03 06:01:03 jdhore Exp $
-
-EAPI=3
-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/50791/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa gnome gnutls migemo"
-
-RDEPEND="dev-cpp/gtkmm:2.4
- 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}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- 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}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- doicon ${PN}.png
- domenu ${PN}.desktop
- dodoc AUTHORS ChangeLog NEWS README
-}