summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-29 09:38:22 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-29 09:38:22 +0000
commitce8af48cad9ee5b6d94b110699dc2531d51a350b (patch)
tree20cdd609954279356bae5a93ba441f52e8a17cad /app-accessibility
parentDrop old (diff)
downloadgentoo-2-ce8af48cad9ee5b6d94b110699dc2531d51a350b.tar.gz
gentoo-2-ce8af48cad9ee5b6d94b110699dc2531d51a350b.tar.bz2
gentoo-2-ce8af48cad9ee5b6d94b110699dc2531d51a350b.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/powiedz/ChangeLog5
-rw-r--r--app-accessibility/powiedz/powiedz-1.0-r1.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/app-accessibility/powiedz/ChangeLog b/app-accessibility/powiedz/ChangeLog
index 980643d35b6a..19e18a03a140 100644
--- a/app-accessibility/powiedz/ChangeLog
+++ b/app-accessibility/powiedz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/powiedz
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/powiedz/ChangeLog,v 1.20 2015/03/28 21:40:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/powiedz/ChangeLog,v 1.21 2015/03/29 09:38:22 jlec Exp $
+
+ 29 Mar 2015; Justin Lecher <jlec@gentoo.org> -powiedz-1.0-r1.ebuild:
+ Drop old
28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> powiedz-1.0-r2.ebuild:
Stable for ppc, wrt bug #543854
diff --git a/app-accessibility/powiedz/powiedz-1.0-r1.ebuild b/app-accessibility/powiedz/powiedz-1.0-r1.ebuild
deleted file mode 100644
index f8507f4fca8a..000000000000
--- a/app-accessibility/powiedz/powiedz-1.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/powiedz/powiedz-1.0-r1.ebuild,v 1.2 2009/11/06 22:28:26 ssuominen Exp $
-
-inherit eutils
-
-DESCRIPTION="Polish speech synthesizer based on rsynth"
-HOMEPAGE="http://kadu.net/index.php?page=download&lang=en"
-SRC_URI="http://kadu.net/download/additions/powiedz-1.0.tgz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-dsp-handle-fix.patch
-}
-
-src_compile() {
- emake -f Makefile_plain LDLIBS="-lm" CFLAGS="${CFLAGS}" DEFS="" || die "make failed"
-}
-
-src_install() {
- dobin powiedz
- domenu "${FILESDIR}"/${PN}.desktop
-}