summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-01-01 03:08:44 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-01-01 03:08:44 +0000
commita7f622abd411a26f24fa4ac69d6a429d8b151706 (patch)
tree732e2ee357d82ee9b26b5c2406bbc98acc0dffa4 /app-dicts
parentRemoved old versions. (diff)
downloadgentoo-2-a7f622abd411a26f24fa4ac69d6a429d8b151706.tar.gz
gentoo-2-a7f622abd411a26f24fa4ac69d6a429d8b151706.tar.bz2
gentoo-2-a7f622abd411a26f24fa4ac69d6a429d8b151706.zip
Removed old versions.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/fantasdic/ChangeLog8
-rw-r--r--app-dicts/fantasdic/fantasdic-1.0_beta2.ebuild32
-rw-r--r--app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild32
3 files changed, 6 insertions, 66 deletions
diff --git a/app-dicts/fantasdic/ChangeLog b/app-dicts/fantasdic/ChangeLog
index 494b0e87ab0d..77904c81ee75 100644
--- a/app-dicts/fantasdic/ChangeLog
+++ b/app-dicts/fantasdic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/fantasdic
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v 1.3 2008/12/05 23:03:07 matsuu Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v 1.4 2009/01/01 03:08:44 matsuu Exp $
+
+ 01 Jan 2009; MATSUU Takuto <matsuu@gentoo.org>
+ -fantasdic-1.0_beta2.ebuild, -fantasdic-1.0_beta4.ebuild:
+ Removed old versions.
*fantasdic-1.0_beta6 (05 Dec 2008)
diff --git a/app-dicts/fantasdic/fantasdic-1.0_beta2.ebuild b/app-dicts/fantasdic/fantasdic-1.0_beta2.ebuild
deleted file mode 100644
index 0f1dca39a89c..000000000000
--- a/app-dicts/fantasdic/fantasdic-1.0_beta2.ebuild
+++ /dev/null
@@ -1,32 +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/fantasdic/fantasdic-1.0_beta2.ebuild,v 1.1 2007/07/29 02:26:18 matsuu Exp $
-
-inherit eutils ruby
-
-MY_P="${P/_/-}"
-DESCRIPTION="Fantasdic is a client for the DICT protocol"
-HOMEPAGE="http://www.gnome.org/projects/fantasdic/"
-SRC_URI="http://www.mblondel.org/files/fantasdic/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND=">=dev-lang/ruby-1.8"
-RDEPEND="${DEPEND}
- >=dev-ruby/ruby-gnome2-0.14.1
- >=dev-ruby/ruby-libglade2-0.14.1
- nls? ( >=dev-ruby/ruby-gettext-0.6.1 )"
-
-src_install() {
- ${RUBY} setup.rb install --prefix="${D}" || die
-
- domenu fantasdic.desktop
- newicon data/fantasdic/icons/fantasdic_small.png ${PN}.png
-
- erubydoc
-}
diff --git a/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild b/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild
deleted file mode 100644
index 1c8795089a7e..000000000000
--- a/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild
+++ /dev/null
@@ -1,32 +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/fantasdic/fantasdic-1.0_beta4.ebuild,v 1.1 2007/09/09 15:38:24 matsuu Exp $
-
-inherit eutils ruby
-
-MY_P="${P/_/-}"
-DESCRIPTION="Fantasdic is a client for the DICT protocol"
-HOMEPAGE="http://www.gnome.org/projects/fantasdic/"
-SRC_URI="http://www.mblondel.org/files/fantasdic/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND=">=dev-lang/ruby-1.8"
-RDEPEND="${DEPEND}
- >=dev-ruby/ruby-gnome2-0.14.1
- >=dev-ruby/ruby-libglade2-0.14.1
- nls? ( >=dev-ruby/ruby-gettext-0.6.1 )"
-
-src_install() {
- ${RUBY} setup.rb install --prefix="${D}" || die
-
- domenu fantasdic.desktop
- newicon data/fantasdic/icons/fantasdic_small.png ${PN}.png
-
- erubydoc
-}