summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-10-30 04:09:40 +0000
committerMamoru Komachi <usata@gentoo.org>2005-10-30 04:09:40 +0000
commite41209f6dc8712b8a3253a82d94ac019d54693f9 (patch)
treeb238e6f034f4529b219e7f27ba84846f8513e346 /www-client
parentVersion bumped. (diff)
downloadgentoo-2-e41209f6dc8712b8a3253a82d94ac019d54693f9.tar.gz
gentoo-2-e41209f6dc8712b8a3253a82d94ac019d54693f9.tar.bz2
gentoo-2-e41209f6dc8712b8a3253a82d94ac019d54693f9.zip
Stable on x86.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/ochusha/ChangeLog6
-rw-r--r--www-client/ochusha/files/digest-ochusha-0.5.7.21
-rw-r--r--www-client/ochusha/ochusha-0.5.7.2.ebuild46
-rw-r--r--www-client/ochusha/ochusha-0.5.8.2.ebuild4
4 files changed, 7 insertions, 50 deletions
diff --git a/www-client/ochusha/ChangeLog b/www-client/ochusha/ChangeLog
index 147835462257..5d4cb1d2f230 100644
--- a/www-client/ochusha/ChangeLog
+++ b/www-client/ochusha/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/ochusha
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ChangeLog,v 1.10 2005/09/29 09:12:10 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ChangeLog,v 1.11 2005/10/30 04:09:40 usata Exp $
+
+ 30 Oct 2005; Mamoru KOMACHI <usata@gentoo.org> -ochusha-0.5.7.2.ebuild,
+ ochusha-0.5.8.2.ebuild:
+ Stable on x86.
*ochusha-0.5.8.2 (29 Sep 2005)
diff --git a/www-client/ochusha/files/digest-ochusha-0.5.7.2 b/www-client/ochusha/files/digest-ochusha-0.5.7.2
deleted file mode 100644
index e68defa84696..000000000000
--- a/www-client/ochusha/files/digest-ochusha-0.5.7.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 82661b54c9c9e2388689b169ea75e6f5 ochusha-0.5.7.2.tar.bz2 1783735
diff --git a/www-client/ochusha/ochusha-0.5.7.2.ebuild b/www-client/ochusha/ochusha-0.5.7.2.ebuild
deleted file mode 100644
index 53bb4a39d950..000000000000
--- a/www-client/ochusha/ochusha-0.5.7.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ochusha-0.5.7.2.ebuild,v 1.3 2005/04/09 13:29:14 corsair Exp $
-
-inherit flag-o-matic
-
-IUSE="nls ssl debug"
-use debug && FEATURES="nostrip"
-
-DESCRIPTION="Ochusha - 2ch viewer for GTK+"
-HOMEPAGE="http://ochusha.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/12765/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc ppc64"
-
-DEPEND="virtual/xft
- >=x11-libs/gtk+-2.2.4
- >=dev-libs/glib-2.2.3
- >=dev-libs/libxml2-2.5.0
- >=gnome-base/libghttp-1.0.9
- sys-libs/zlib
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )"
-
-src_compile() {
-
- use debug && append-flags -g
-
- econf $(use_enable nls) \
- $(use_with ssl) \
- --enable-regex \
- --disable-shared \
- --enable-static \
- --with-included-oniguruma || die
- emake || die
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die
-
- dodoc ABOUT-NLS ACKNOWLEDGEMENT AUTHORS BUGS \
- ChangeLog INSTALL* NEWS README TODO
-}
diff --git a/www-client/ochusha/ochusha-0.5.8.2.ebuild b/www-client/ochusha/ochusha-0.5.8.2.ebuild
index 47a4c7c28c83..a4584b76b6e3 100644
--- a/www-client/ochusha/ochusha-0.5.8.2.ebuild
+++ b/www-client/ochusha/ochusha-0.5.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ochusha-0.5.8.2.ebuild,v 1.1 2005/09/29 09:12:10 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ochusha-0.5.8.2.ebuild,v 1.2 2005/10/30 04:09:40 usata Exp $
inherit flag-o-matic
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/16560/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~ppc ~ppc64 ~x86"
+KEYWORDS="~ppc ~ppc64 x86"
DEPEND="virtual/xft
>=x11-libs/gtk+-2.2.4