summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Polke <DuPol@gmx.de>2015-03-15 21:31:34 +0100
committerDustin Polke <DuPol@gmx.de>2015-03-15 21:41:19 +0100
commitc3ff071bb26c8e71defcd4432f189d1a382ba0aa (patch)
tree2619a374de60ecbf0bd73b686b0cae71fe2b7d83
parent[x11-plugins/gkrellm-cpufreq] Copy gkrellm-cpufreq-0.6.1.ebuild,v 1.4 (diff)
downloadDuPol-c3ff071bb26c8e71defcd4432f189d1a382ba0aa.tar.gz
DuPol-c3ff071bb26c8e71defcd4432f189d1a382ba0aa.tar.bz2
DuPol-c3ff071bb26c8e71defcd4432f189d1a382ba0aa.zip
[app-crypt/gnomint] Drop old version that does not compile anymore.
-rw-r--r--app-crypt/gnomint/ChangeLog5
-rw-r--r--app-crypt/gnomint/gnomint-1.2.1.ebuild39
2 files changed, 4 insertions, 40 deletions
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 <DuPol@gmx.de> -gnomint-1.2.1.ebuild:
+ Drop old version that does not compile anymore.
+
18 Dec 2011; Dustin Polke <DuPol@gmx.de> 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"
-}