diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:23:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:23:45 +0200 |
commit | 576b6208d6defe240bfa2477d6dd19f1ed83bfaf (patch) | |
tree | 7d54883f16cccc4cbd414398d7fec3c437b36b49 /sci-geosciences/gipfel | |
parent | fdd6b67a78a966f6a2131de8fe0e539316511083 (diff) | |
download | darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.gz darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.bz2 darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.xz darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.zip |
Cleaned most of outdated stuff
Diffstat (limited to 'sci-geosciences/gipfel')
-rw-r--r-- | sci-geosciences/gipfel/Manifest | 2 | ||||
-rw-r--r-- | sci-geosciences/gipfel/gipfel-0.2.5.ebuild | 28 |
2 files changed, 0 insertions, 30 deletions
diff --git a/sci-geosciences/gipfel/Manifest b/sci-geosciences/gipfel/Manifest deleted file mode 100644 index 341199d..0000000 --- a/sci-geosciences/gipfel/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gipfel-0.2.5.tar.gz 340629 RMD160 ffb3d84792c299d4706db23b152499b75d63ad4b SHA1 ccc1f764de33ea3f590af4400fb57b7354cbd0b3 SHA256 938fe3da342eca07903f35678a3010c04f36bf415a23039b0e996431f2ceda31 -EBUILD gipfel-0.2.5.ebuild 723 RMD160 e1d070d1cc88c8ec0750868c4dfc87240942d68a SHA1 3631759bb6c7a9d132fef01830dbc85620e8613d SHA256 a8289097bc1017bd59b36e78b4cd4eb44110e1c488e6a052195f811a569f00cb diff --git a/sci-geosciences/gipfel/gipfel-0.2.5.ebuild b/sci-geosciences/gipfel/gipfel-0.2.5.ebuild deleted file mode 100644 index 7fb88d3..0000000 --- a/sci-geosciences/gipfel/gipfel-0.2.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpscorrelate/gpscorrelate-1.5.6.ebuild,v 1.3 2008/08/23 18:13:05 maekke Exp $ - -inherit eutils - -DESCRIPTION="gipfel helps to find the names of mountains or points of interest on a picture." -HOMEPAGE="http://www.ecademix.com/JohannesHofmann/gipfel.html" -SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc gtk" -DEPEND=">=x11-libs/fltk-1.1.7 - sci-libs/gsl - media-libs/tiff - media-gfx/exif" - -src_compile() { - econf - emake -} - -src_install() { - emake install DESTDIR=${D} - dodoc README NEWS -} |