summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtavio Rodolfo Piske <angusyoung@gentoo.org>2004-09-14 21:05:33 +0000
committerOtavio Rodolfo Piske <angusyoung@gentoo.org>2004-09-14 21:05:33 +0000
commit09f7fa0c820422924b5037d2020dba616c55f7e7 (patch)
tree178e4c7bb06b2962a29e799a98b200574b46ad31 /app-dicts/babytrans
parentStable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-09f7fa0c820422924b5037d2020dba616c55f7e7.tar.gz
gentoo-2-09f7fa0c820422924b5037d2020dba616c55f7e7.tar.bz2
gentoo-2-09f7fa0c820422924b5037d2020dba616c55f7e7.zip
Updated patch name inside ebuild
Diffstat (limited to 'app-dicts/babytrans')
-rw-r--r--app-dicts/babytrans/babytrans-0.9.2-r1.ebuild5
-rw-r--r--app-dicts/babytrans/babytrans-0.9.2.ebuild53
-rw-r--r--app-dicts/babytrans/files/digest-babytrans-0.9.21
3 files changed, 3 insertions, 56 deletions
diff --git a/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild b/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild
index c4c39b7c893c..1420d51aef9e 100644
--- a/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild
+++ b/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild,v 1.1 2004/09/10 21:00:45 angusyoung Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild,v 1.2 2004/09/14 21:05:33 angusyoung Exp $
+inherit eutils
IUSE="gnome"
S=${WORKDIR}/${P}
@@ -22,7 +23,7 @@ src_unpack() {
unpack ${A}
cd ${S}/src
- epatch ${FILESDIR}/${PF}.diff
+ epatch ${FILESDIR}/${PF}.patch
cd ${S}
}
diff --git a/app-dicts/babytrans/babytrans-0.9.2.ebuild b/app-dicts/babytrans/babytrans-0.9.2.ebuild
deleted file mode 100644
index 4c4e8d42810d..000000000000
--- a/app-dicts/babytrans/babytrans-0.9.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans/babytrans-0.9.2.ebuild,v 1.1 2004/09/10 05:52:23 angusyoung Exp $
-
-IUSE="gnome"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="BabyTrans is a Linux clone of the popular Babylon Translator for Windows."
-SRC_URI="http://fjolliton.free.fr/babytrans/test/${P}.tar.gz"
-HOMEPAGE="http://fjolliton.free.fr/babytrans/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 "
-
-RDEPEND="=x11-libs/gtk+-1.2*
- >=app-dicts/babytrans-en-0.1
- >=app-dicts/babytrans-en2pt-0.1"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
-}
-
-src_compile() {
-
- local myopts
-
- use gnome \
- myopts="${myopts} --enable-gnome" \
- || myopts="${myopts} --disable-gnome"
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- ${myopts} || die
-
- make || die
-}
-
-src_install() {
-#Some stuff to create a gnome menu entry.
- use gnome && ( \
- insinto /usr/share/gnome/apps/Utilities
- doins ${FILESDIR}/babytrans.desktop
- )
- insinto /usr/bin
- einstall || die
- insinto /usr/share/babytrans
- doins ${FILESDIR}/dictionary
- dodoc AUTHORS COPYING README
-}
diff --git a/app-dicts/babytrans/files/digest-babytrans-0.9.2 b/app-dicts/babytrans/files/digest-babytrans-0.9.2
deleted file mode 100644
index 98ce1ef0fb23..000000000000
--- a/app-dicts/babytrans/files/digest-babytrans-0.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 635848e6e9287e6a025236c71232df19 babytrans-0.9.2.tar.gz 223204