summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-09-26 23:33:58 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-09-26 23:33:58 +0000
commita5a4ba283c642a5245db754e722df1fa5c4e6b17 (patch)
treecf368fdca4c3e95de137bfdbf889660c765ad5b2 /app-text/gtkspell
parentMoved get_bmake function here. (diff)
downloadhistorical-a5a4ba283c642a5245db754e722df1fa5c4e6b17.tar.gz
historical-a5a4ba283c642a5245db754e722df1fa5c4e6b17.tar.bz2
historical-a5a4ba283c642a5245db754e722df1fa5c4e6b17.zip
Removing old ebuilds.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r--app-text/gtkspell/Manifest12
-rw-r--r--app-text/gtkspell/files/digest-gtkspell-2.0.21
-rw-r--r--app-text/gtkspell/files/digest-gtkspell-2.0.41
-rw-r--r--app-text/gtkspell/gtkspell-2.0.2.ebuild26
-rw-r--r--app-text/gtkspell/gtkspell-2.0.4.ebuild46
5 files changed, 4 insertions, 82 deletions
diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 81257a1773bf..b2088ab9babb 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,13 +1,9 @@
-MD5 1c714efb0f710a9ff6e71208df9b6793 gtkspell-2.0.2.ebuild 658
-MD5 20cead650cda59e06a4aaa1274651a23 gtkspell-2.0.11.ebuild 1012
-MD5 837c8b2c0504f33feacb22c9eebacabe gtkspell-2.0.4-r1.ebuild 1169
-MD5 1363cf085dbe8bc07a5aac2000d529f3 gtkspell-2.0.4.ebuild 1087
MD5 14bd0f552eee5c4e5ca481031671cde4 ChangeLog 4095
+MD5 837c8b2c0504f33feacb22c9eebacabe gtkspell-2.0.4-r1.ebuild 1169
+MD5 20cead650cda59e06a4aaa1274651a23 gtkspell-2.0.11.ebuild 1012
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 b91273fd65f12fdab689ed2beb37c352 files/gtkspell-2.0.10-enchant.patch 8894
-MD5 7b72f96acd5c9a16b6a6284de819f4aa files/gtkspell-2.0.4-docbookx.patch 582
MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4-r1 66
-MD5 776dac4f06c10cd4d6030bb0227604ca files/digest-gtkspell-2.0.2 66
-MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4 66
+MD5 7b72f96acd5c9a16b6a6284de819f4aa files/gtkspell-2.0.4-docbookx.patch 582
MD5 2c687dc22e69904275ba8afee73f55a9 files/gtkspell-2.0.4-enchant.patch 11806
MD5 f9abff1da530fea89cf3043f082cc2d3 files/digest-gtkspell-2.0.11 67
+MD5 b91273fd65f12fdab689ed2beb37c352 files/gtkspell-2.0.10-enchant.patch 8894
diff --git a/app-text/gtkspell/files/digest-gtkspell-2.0.2 b/app-text/gtkspell/files/digest-gtkspell-2.0.2
deleted file mode 100644
index f9167ed2b810..000000000000
--- a/app-text/gtkspell/files/digest-gtkspell-2.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 385daba9bebfdc7fdbdf524e07deb920 gtkspell-2.0.2.tar.gz 189818
diff --git a/app-text/gtkspell/files/digest-gtkspell-2.0.4 b/app-text/gtkspell/files/digest-gtkspell-2.0.4
deleted file mode 100644
index d708aca87daf..000000000000
--- a/app-text/gtkspell/files/digest-gtkspell-2.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4ded985b8eefdf9ac6fbf79cad69ccbd gtkspell-2.0.4.tar.gz 197288
diff --git a/app-text/gtkspell/gtkspell-2.0.2.ebuild b/app-text/gtkspell/gtkspell-2.0.2.ebuild
deleted file mode 100644
index 74ed976f689b..000000000000
--- a/app-text/gtkspell/gtkspell-2.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.13 2005/01/01 16:18:02 eradicator Exp $
-
-DESCRIPTION="spell library for GTK2"
-HOMEPAGE="http://gtkspell.sourceforge.net/"
-SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ~ppc"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2
- virtual/aspell-dict"
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die "compile failure"
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild
deleted file mode 100644
index e5e65d8ea8ae..000000000000
--- a/app-text/gtkspell/gtkspell-2.0.4.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/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.17 2005/01/01 16:18:02 eradicator Exp $
-
-inherit libtool eutils
-
-DESCRIPTION="spell library for GTK2"
-HOMEPAGE="http://gtkspell.sourceforge.net/"
-SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ppc alpha hppa amd64 ia64"
-IUSE="doc"
-
-DEPEND=">=x11-libs/gtk+-2
- virtual/aspell-dict
- doc? ( >=dev-util/gtk-doc-0.6 )"
-
-src_unpack() {
- unpack ${A}
-
- # fix the config script's gtkdoc check (bug #16997)
- cd ${S}
- libtoolize --copy --force # See bug #73563, comment #9
- sed -i "s:GTKDOC=true::" configure
-
- # workaround missing docbook 4.2 xml dtd in /etc/xml/docbook
- epatch ${FILESDIR}/${P}-docbookx.patch
-}
-
-src_compile() {
- local myconf
-
- use doc \
- && myconf="--enable-gtk-doc" \
- || myconf="--disable-gtk-doc"
-
- econf ${myconf} || die
- emake || die "compile failure"
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog NEWS README
-}