summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-10-03 22:49:56 +0000
committerMichael Januszewski <spock@gentoo.org>2008-10-03 22:49:56 +0000
commitebba1681c612f28151f0262ee06e34910c28f8fc (patch)
treed7d02f496798c9abbf45fa814b6a8483c2c7eb44 /app-dicts/libydpdict
parentStable on sparc, security bug #239346 (diff)
downloadgentoo-2-ebba1681c612f28151f0262ee06e34910c28f8fc.tar.gz
gentoo-2-ebba1681c612f28151f0262ee06e34910c28f8fc.tar.bz2
gentoo-2-ebba1681c612f28151f0262ee06e34910c28f8fc.zip
Remove an old ebuild.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc6 x86_64)
Diffstat (limited to 'app-dicts/libydpdict')
-rw-r--r--app-dicts/libydpdict/ChangeLog6
-rw-r--r--app-dicts/libydpdict/libydpdict-0.99.0.ebuild20
2 files changed, 5 insertions, 21 deletions
diff --git a/app-dicts/libydpdict/ChangeLog b/app-dicts/libydpdict/ChangeLog
index a695be3cc1ad..88b9c878c4bb 100644
--- a/app-dicts/libydpdict/ChangeLog
+++ b/app-dicts/libydpdict/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/libydpdict
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.4 2008/09/07 11:15:22 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.5 2008/10/03 22:49:56 spock Exp $
+
+ 03 Oct 2008; Michał Januszewski <spock@gentoo.org>
+ -libydpdict-0.99.0.ebuild:
+ Remove an old ebuild.
*libydpdict-1.0.0 (07 Sep 2008)
diff --git a/app-dicts/libydpdict/libydpdict-0.99.0.ebuild b/app-dicts/libydpdict/libydpdict-0.99.0.ebuild
deleted file mode 100644
index 2b8aa9448c2c..000000000000
--- a/app-dicts/libydpdict/libydpdict-0.99.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/libydpdict-0.99.0.ebuild,v 1.1 2007/02/26 21:01:16 peper 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
-}