summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-03-07 01:00:44 +0000
committerChris Reffett <creffett@gentoo.org>2014-03-07 01:00:44 +0000
commit0b468d749d42333e09c1ff38b964a4edba04fe44 (patch)
treec7610a2146a2adb90d3fdd3d3f6b9182089f6adb /app-dicts/ydpdict
parentRemove old (diff)
downloadgentoo-2-0b468d749d42333e09c1ff38b964a4edba04fe44.tar.gz
gentoo-2-0b468d749d42333e09c1ff38b964a4edba04fe44.tar.bz2
gentoo-2-0b468d749d42333e09c1ff38b964a4edba04fe44.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 28DB029C)
Diffstat (limited to 'app-dicts/ydpdict')
-rw-r--r--app-dicts/ydpdict/ChangeLog6
-rw-r--r--app-dicts/ydpdict/ydpdict-0.99.3.ebuild44
-rw-r--r--app-dicts/ydpdict/ydpdict-1.0.0.ebuild45
3 files changed, 5 insertions, 90 deletions
diff --git a/app-dicts/ydpdict/ChangeLog b/app-dicts/ydpdict/ChangeLog
index 550ba16a3aec..9f77bbbf8abb 100644
--- a/app-dicts/ydpdict/ChangeLog
+++ b/app-dicts/ydpdict/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/ydpdict
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v 1.25 2014/02/22 08:08:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ChangeLog,v 1.26 2014/03/07 01:00:44 creffett Exp $
+
+ 07 Mar 2014; Chris Reffett <creffett@gentoo.org> -ydpdict-0.99.3.ebuild,
+ -ydpdict-1.0.0.ebuild:
+ Remove old
22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> ydpdict-1.0.2.ebuild:
Stable for x86, wrt bug #499160
diff --git a/app-dicts/ydpdict/ydpdict-0.99.3.ebuild b/app-dicts/ydpdict/ydpdict-0.99.3.ebuild
deleted file mode 100644
index 7480767a9d17..000000000000
--- a/app-dicts/ydpdict/ydpdict-0.99.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.99.3.ebuild,v 1.3 2012/05/03 02:18:37 jdhore Exp $
-
-DESCRIPTION="Interface for the Collins Dictionary."
-HOMEPAGE="http://toxygen.net/ydpdict/"
-SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ao"
-
-RDEPEND="=app-dicts/libydpdict-${PV}*
- ao? ( media-libs/libao )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_compile() {
- econf \
- $(use_with ao libao) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- dodir "/etc"
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc README
-}
-
-pkg_postinst() {
- echo
- elog "Note that to use this program you'll need the original Collins Dictionary"
- elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
- elog "directory of the Windows version of the Collins dictionary. Once you obtain"
- elog "the files, put them into /usr/share/ydpdict"
- elog
- elog "Some configuration options can be set in /etc/ydpdict.conf"
- echo
-}
diff --git a/app-dicts/ydpdict/ydpdict-1.0.0.ebuild b/app-dicts/ydpdict/ydpdict-1.0.0.ebuild
deleted file mode 100644
index 027c6a2fc51b..000000000000
--- a/app-dicts/ydpdict/ydpdict-1.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-1.0.0.ebuild,v 1.6 2012/06/17 11:14:00 flameeyes Exp $
-
-EAPI=2
-
-DESCRIPTION="Interface for the Collins Dictionary."
-HOMEPAGE="http://toxygen.net/ydpdict/"
-SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ao"
-
-RDEPEND=">=app-dicts/libydpdict-${PV}
- sys-libs/ncurses[unicode]
- ao? ( media-libs/libao )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- $(use_with ao libao) \
- || die "econf failed"
-}
-
-src_install() {
- dodir "/etc"
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc README
-}
-
-pkg_postinst() {
- echo
- elog "Note that to use this program you'll need the original Collins Dictionary"
- elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
- elog "directory of the Windows version of the Collins dictionary. Once you obtain"
- elog "the files, put them into /usr/share/ydpdict"
- elog
- elog "Some configuration options can be set in /etc/ydpdict.conf"
- echo
-}