summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-03-07 01:02:22 +0000
committerChris Reffett <creffett@gentoo.org>2014-03-07 01:02:22 +0000
commit24e176bcae5cdbcdad42ab15c56816c8ebd362b3 (patch)
treefcdc5222829794a1b0d77622c42753fd0bcb8859 /app-dicts/libydpdict
parentRemove old (diff)
downloadgentoo-2-24e176bcae5cdbcdad42ab15c56816c8ebd362b3.tar.gz
gentoo-2-24e176bcae5cdbcdad42ab15c56816c8ebd362b3.tar.bz2
gentoo-2-24e176bcae5cdbcdad42ab15c56816c8ebd362b3.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 28DB029C)
Diffstat (limited to 'app-dicts/libydpdict')
-rw-r--r--app-dicts/libydpdict/ChangeLog5
-rw-r--r--app-dicts/libydpdict/libydpdict-0.99.3.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/app-dicts/libydpdict/ChangeLog b/app-dicts/libydpdict/ChangeLog
index cae85fe54c01..eb0f93b6ceb8 100644
--- a/app-dicts/libydpdict/ChangeLog
+++ b/app-dicts/libydpdict/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/libydpdict
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.12 2014/02/22 08:08:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.13 2014/03/07 01:02:22 creffett Exp $
+
+ 07 Mar 2014; Chris Reffett <creffett@gentoo.org> -libydpdict-0.99.3.ebuild:
+ Remove old
22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libydpdict-1.0.2.ebuild:
Stable for x86, wrt bug #499160
diff --git a/app-dicts/libydpdict/libydpdict-0.99.3.ebuild b/app-dicts/libydpdict/libydpdict-0.99.3.ebuild
deleted file mode 100644
index d491eefe7139..000000000000
--- a/app-dicts/libydpdict/libydpdict-0.99.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/libydpdict-0.99.3.ebuild,v 1.2 2008/08/27 22:41:25 cla Exp $
-
-DESCRIPTION="Library for handling the Collins Dictionary database."
-HOMEPAGE="http://toxygen.net/ydpdict/"
-SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS
-}