summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-06-17 11:12:34 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-06-17 11:12:34 +0000
commit1eef38680b087ae35e79a148175d9c8fd4367ef9 (patch)
tree331401199703dbc0dd38aad86c3a786b0e9db84f /app-text/zpspell
parentStable on x86, wrt bug #472006 (diff)
downloadgentoo-2-1eef38680b087ae35e79a148175d9c8fd4367ef9.tar.gz
gentoo-2-1eef38680b087ae35e79a148175d9c8fd4367ef9.tar.bz2
gentoo-2-1eef38680b087ae35e79a148175d9c8fd4367ef9.zip
Drop old
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-text/zpspell')
-rw-r--r--app-text/zpspell/ChangeLog6
-rw-r--r--app-text/zpspell/files/gcc-4.3.patch11
-rw-r--r--app-text/zpspell/zpspell-0.4.1.ebuild31
3 files changed, 5 insertions, 43 deletions
diff --git a/app-text/zpspell/ChangeLog b/app-text/zpspell/ChangeLog
index e6bef6cc35fe..fedf1414d3f2 100644
--- a/app-text/zpspell/ChangeLog
+++ b/app-text/zpspell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/zpspell
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v 1.8 2013/06/17 11:11:08 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v 1.9 2013/06/17 11:12:34 pinkbyte Exp $
+
+ 17 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> -zpspell-0.4.1.ebuild,
+ -files/gcc-4.3.patch:
+ Drop old
17 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> zpspell-0.4.3.ebuild:
Stable on x86, wrt bug #472006
diff --git a/app-text/zpspell/files/gcc-4.3.patch b/app-text/zpspell/files/gcc-4.3.patch
deleted file mode 100644
index c497259dd29f..000000000000
--- a/app-text/zpspell/files/gcc-4.3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -pruN zpspell-0.4.1-orig/main.cpp zpspell-0.4.1/main.cpp
---- zpspell-0.4.1-orig/main.cpp 2008-03-18 11:29:06.000000000 +0200
-+++ zpspell-0.4.1/main.cpp 2008-03-18 11:29:28.000000000 +0200
-@@ -15,6 +15,7 @@
-
- #include <iostream>
- #include <getopt.h>
-+#include <cstring>
-
- #include "zstring.h"
- #include "zsconn.h"
diff --git a/app-text/zpspell/zpspell-0.4.1.ebuild b/app-text/zpspell/zpspell-0.4.1.ebuild
deleted file mode 100644
index b5d58d1134d1..000000000000
--- a/app-text/zpspell/zpspell-0.4.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/zpspell-0.4.1.ebuild,v 1.2 2009/01/10 15:15:40 maekke Exp $
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Zemberek-Pardus spell checker interface."
-HOMEPAGE="http://www.pardus.org.tr/projeler/masaustu/zemberek-pardus"
-SRC_URI="http://cekirdek.uludag.org.tr/~baris/zpspell/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-text/zemberek-server"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/gcc-4.3.patch
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS README || die
-}
-
-pkg_postinst() {
- elog "Please visit ${HOMEPAGE} for"
- elog "documentation on how to configure and run Zemberek spellchecker for KDE."
-}