summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-18 08:36:41 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-18 08:36:41 +0000
commit24d54c179a351679d9b5a0a47e76765b9b951966 (patch)
tree73724a6fc792cb9d97280741d6ef281aa8fc2030 /sci-calculators/galculator
parentDrop old, drop 9999 ebuild as none of us is really maintaining it, take the p... (diff)
downloadgentoo-2-24d54c179a351679d9b5a0a47e76765b9b951966.tar.gz
gentoo-2-24d54c179a351679d9b5a0a47e76765b9b951966.tar.bz2
gentoo-2-24d54c179a351679d9b5a0a47e76765b9b951966.zip
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-calculators/galculator')
-rw-r--r--sci-calculators/galculator/ChangeLog5
-rw-r--r--sci-calculators/galculator/galculator-2.1.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog
index 15597854f579..65b468859ced 100644
--- a/sci-calculators/galculator/ChangeLog
+++ b/sci-calculators/galculator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/galculator
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.48 2014/04/12 20:42:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.49 2014/04/18 08:36:41 pacho Exp $
+
+ 18 Apr 2014; Pacho Ramos <pacho@gentoo.org> -galculator-2.1.ebuild:
+ Drop old
*galculator-2.1.3 (12 Apr 2014)
diff --git a/sci-calculators/galculator/galculator-2.1.ebuild b/sci-calculators/galculator/galculator-2.1.ebuild
deleted file mode 100644
index 2ae43168ce7d..000000000000
--- a/sci-calculators/galculator/galculator-2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.ebuild,v 1.6 2013/05/01 04:13:20 tetromino Exp $
-
-EAPI=5
-GCONF_DEBUG=no
-
-inherit gnome2
-
-DESCRIPTION="GTK+ based algebraic and RPN calculator"
-HOMEPAGE="http://galculator.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/flex
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS doc/shortcuts"
-
-src_prepare() {
- cat <<-EOF >> po/POTFILES.skip
- ui/about.ui
- ui/dispctrl_right_vertical.ui
- ui/main_frame_hildon.ui
- ui/prefs-ume.ui
- EOF
-
- gnome2_src_prepare
-}