diff options
Diffstat (limited to 'net-www/ochusha/ochusha-0.4.5.8.ebuild')
-rw-r--r-- | net-www/ochusha/ochusha-0.4.5.8.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-www/ochusha/ochusha-0.4.5.8.ebuild b/net-www/ochusha/ochusha-0.4.5.8.ebuild deleted file mode 100644 index ac5c34add3ea..000000000000 --- a/net-www/ochusha/ochusha-0.4.5.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/ochusha/ochusha-0.4.5.8.ebuild,v 1.3 2004/01/04 19:08:05 usata Exp $ - -IUSE="" - -DESCRIPTION="Ochusha - 2ch viewer for GTK+" -HOMEPAGE="http://ochusha.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/${PN}/7314/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" - -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 - sys-devel/gettext - =dev-libs/oniguruma-1.9.5" -#RDEPEND="" - -S=${WORKDIR}/${P} - -src_compile() { - - econf --enable-regex || die - emake || die -} - -src_install() { - - einstall || die - - dodoc ABOUT-NLS ACKNOWLEDGEMENT AUTHORS BUGS \ - ChangeLog INSTALL* NEWS README TODO -} |