summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2009-03-23 15:21:00 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2009-03-23 15:21:00 +0000
commit30a6214ac3c67ae1d977f219a77fc022bd9ed3c8 (patch)
treeecbd164ee635f7b25f8a61779ac747e6fea65ba0 /gnustep-apps/dictionaryreader
parentEtoile 0.4.1 bump, part 2 (gnustep-libs done) (diff)
downloadgnustep-30a6214ac3c67ae1d977f219a77fc022bd9ed3c8.tar.gz
gnustep-30a6214ac3c67ae1d977f219a77fc022bd9ed3c8.tar.bz2
gnustep-30a6214ac3c67ae1d977f219a77fc022bd9ed3c8.zip
Etoile 0.4.1 bump, part 3 (needs testing and bumps in portage)
svn path=/overlay/; revision=404
Diffstat (limited to 'gnustep-apps/dictionaryreader')
-rw-r--r--gnustep-apps/dictionaryreader/Manifest6
-rw-r--r--gnustep-apps/dictionaryreader/dictionaryreader-0.2.ebuild23
-rw-r--r--gnustep-apps/dictionaryreader/dictionaryreader-0.4.1.ebuild (renamed from gnustep-apps/dictionaryreader/dictionaryreader-0.4.0.ebuild)4
3 files changed, 4 insertions, 29 deletions
diff --git a/gnustep-apps/dictionaryreader/Manifest b/gnustep-apps/dictionaryreader/Manifest
index 1371103..a28f9a2 100644
--- a/gnustep-apps/dictionaryreader/Manifest
+++ b/gnustep-apps/dictionaryreader/Manifest
@@ -1,4 +1,2 @@
-DIST etoile-0.2.tar.gz 21373391 RMD160 99aa05909469fc7ffae9118829a5f155050271c5 SHA1 9ecf33b0130687c1946da3eb7568605b5e9dfcbf SHA256 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c
-DIST etoile-0.4.0.tar.gz 8892225 RMD160 cf5396cdd2e4e8477f4ac1c493f814b862999a75 SHA1 3848ededa6f5f7981e208cea0c1833416b425e4c SHA256 785774e4697e7f1387d0c92c04886e6705d44272aeeb08ebd648871be5f5b59f
-EBUILD dictionaryreader-0.2.ebuild 557 RMD160 02c4c8c4b8708dca4b2292fc2eac23ae87112d68 SHA1 651740545fe685f97819b93047596dafd9301e6a SHA256 b54e0ba02cb0266af90bef64fa22d0c48f1e736cf45ce1ac113e1e02f343afb8
-EBUILD dictionaryreader-0.4.0.ebuild 565 RMD160 54aff98b9448e4a8f9dc3bd275f40de3e7e4e1c5 SHA1 3edb20f1f7449ddb670eead30db7270eb7486144 SHA256 237b83197599ee315cb585f517826c76bef0930190005d62a52f350d5ec59af9
+DIST etoile-0.4.1.tar.bz2 8281449 RMD160 f7965102a42e8616007baf89f4d11019aa12ef99 SHA1 b87af57c4a39aa939bee9ae883092bc86d942014 SHA256 2c9f189a0eae9dbc85589660a55faac498d05a056bf8148fa91f25455728cf25
+EBUILD dictionaryreader-0.4.1.ebuild 574 RMD160 e85bf57a6f29bb706b12401566a882f3e949ec36 SHA1 04caebbbb2f68d6a72e14f3eb0d6ccd89a18afcf SHA256 14d74fe9d5f5a3dbbe6867e6a9f4153f0d7c16760ea9020d08c5600f429f4c14
diff --git a/gnustep-apps/dictionaryreader/dictionaryreader-0.2.ebuild b/gnustep-apps/dictionaryreader/dictionaryreader-0.2.ebuild
deleted file mode 100644
index 2cf0bea..0000000
--- a/gnustep-apps/dictionaryreader/dictionaryreader-0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit gnustep-2
-
-S="${WORKDIR}/Etoile-${PV}/Services/User/DictionaryReader"
-
-DESCRIPTION="Dictionary application that queries Dict servers"
-HOMEPAGE="http://www.etoile-project.org"
-SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-
-DEPEND="gnustep-libs/etoile-ui"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- egnustep_env
- egnustep_make etoile=yes || die "compilation failed"
-}
diff --git a/gnustep-apps/dictionaryreader/dictionaryreader-0.4.0.ebuild b/gnustep-apps/dictionaryreader/dictionaryreader-0.4.1.ebuild
index a6b4488..14be154 100644
--- a/gnustep-apps/dictionaryreader/dictionaryreader-0.4.0.ebuild
+++ b/gnustep-apps/dictionaryreader/dictionaryreader-0.4.1.ebuild
@@ -8,14 +8,14 @@ S="${WORKDIR}/Etoile-${PV}/Services/User/DictionaryReader"
DESCRIPTION="Dictionary application that queries Dict servers"
HOMEPAGE="http://www.etoile-project.org"
-SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
+SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.bz2"
LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
IUSE=""
-DEPEND="gnustep-libs/etoile-ui"
+DEPEND=">=gnustep-libs/etoile-ui-${PV}"
RDEPEND="${DEPEND}"
src_compile() {