From c3ff071bb26c8e71defcd4432f189d1a382ba0aa Mon Sep 17 00:00:00 2001 From: Dustin Polke Date: Sun, 15 Mar 2015 21:31:34 +0100 Subject: [app-crypt/gnomint] Drop old version that does not compile anymore. --- app-crypt/gnomint/ChangeLog | 5 ++++- app-crypt/gnomint/gnomint-1.2.1.ebuild | 39 ---------------------------------- 2 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 app-crypt/gnomint/gnomint-1.2.1.ebuild diff --git a/app-crypt/gnomint/ChangeLog b/app-crypt/gnomint/ChangeLog index e2192c9..d472aaf 100644 --- a/app-crypt/gnomint/ChangeLog +++ b/app-crypt/gnomint/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-crypt/gnomint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header$ + 15 Mar 2015; Dustin Polke -gnomint-1.2.1.ebuild: + Drop old version that does not compile anymore. + 18 Dec 2011; Dustin Polke metadata.xml: Change email address. diff --git a/app-crypt/gnomint/gnomint-1.2.1.ebuild b/app-crypt/gnomint/gnomint-1.2.1.ebuild deleted file mode 100644 index 3de6c54..0000000 --- a/app-crypt/gnomint/gnomint-1.2.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="A Certification Authority Software for Gnome" -HOMEPAGE="http://gnomint.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64" -IUSE="" - -# FIXME: bump req to gnutls 2.7 when it is available -# IUSE=debug is most likely useless, -O0 -g -RDEPEND=">=net-libs/gnutls-2.0 - >=dev-db/sqlite-3.0 - >=dev-libs/glib-2.6:2 - >=gnome-base/gconf-2.0:2 - >=x11-libs/gtk+-2.12.0:2 - >=gnome-base/libgnomeui-2.0 - >=app-text/iso-codes-0.35 - sys-libs/readline" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9.0 - >=dev-util/intltool-0.23" - -src_prepare() { - # add missing file to po/POTFILES.in - echo "src/country_table.c" >> "${S}"/po/POTFILES.in || \ - die "fixing POTFILES.in failed" -} -- cgit v1.2.3-65-gdbad