aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2018-10-16 11:16:06 +0200
committerAstroFloyd <AstroFloyd@gmail.com>2018-10-16 11:16:06 +0200
commit8f040e8ad79c1314b467a743aeb4e86cb9beb22d (patch)
treec43a09aa75227b282e22cde25203382540d926d4 /sci-calculators
parentsci-calculators/wcalc: update metadata.xml (diff)
downloadAstroFloyd-8f040e8ad79c1314b467a743aeb4e86cb9beb22d.tar.gz
AstroFloyd-8f040e8ad79c1314b467a743aeb4e86cb9beb22d.tar.bz2
AstroFloyd-8f040e8ad79c1314b467a743aeb4e86cb9beb22d.zip
Remove obsolete ebuilds
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/gfm/Manifest2
-rw-r--r--sci-calculators/gfm/gfm-1.04.ebuild40
2 files changed, 0 insertions, 42 deletions
diff --git a/sci-calculators/gfm/Manifest b/sci-calculators/gfm/Manifest
deleted file mode 100644
index 7685d0c..0000000
--- a/sci-calculators/gfm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gfm-1.04.tar.gz 572474 SHA256 10134283c421ff34afa72c2191cc31355e17efcdaa94de30c8cfcc14da1abe58
-EBUILD gfm-1.04.ebuild 962 SHA256 1d66f5039587a2ad129478b925d1a86d0784e2cdc118c141cc5839913767b91e SHA512 be1c95158c328e22e2da40093b492e85b9ee4bb93ba51693c28b25fc6b6491945fefadf0983bc2b44ad785ef5649d80f9dace1c556315c551946efa45eb22e46 WHIRLPOOL 7fcf7a91f4a44c363b81f4b5a0dcf5c51346ae956065f4bdf446210795ae38f75e868079808039db7136dea0293002e298797a8d541502bece5b80d6e5f33558
diff --git a/sci-calculators/gfm/gfm-1.04.ebuild b/sci-calculators/gfm/gfm-1.04.ebuild
deleted file mode 100644
index a9f99aa..0000000
--- a/sci-calculators/gfm/gfm-1.04.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-
-#inherit qt3
-
-DESCRIPTION="Program allowing handling of group files from a TI calculator."
-HOMEPAGE="http://lpg.ticalc.org/prj_tilp"
-#SRC_URI="ftp://ohnopublishing.homelinux.net/distfiles/${P}.tar.gz"
-#SRC_URI="http://www.ticalc.org/pub/unix/gfm.tar.gz"
-SRC_URI="http://www.astro.ru.nl/~sluys/Public/distfiles/gfm-1.04.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde xinerama"
-
-RDEPEND=">=sci-calculators/tilp2-1.10
- >=x11-libs/gtk+-2.6.0
- >=dev-libs/glib-2.6.0
- >=gnome-base/libglade-2
- kde? ( >=kde-base/kdelibs-3.5 )
- xinerama? ( x11-libs/libXinerama )"
-
-DEPEND="${RDEPEND}
- xinerama? ( x11-proto/xineramaproto )"
-
-src_compile() {
- econf \
- $(use_with kde) \
- $(use_with xinerama) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
-}