mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 02:01:46 +02:00
gpsdrive: removed, it is in portage
This commit is contained in:
parent
6541d8afa5
commit
c197f2e83c
3 changed files with 0 additions and 36 deletions
|
|
@ -1,8 +0,0 @@
|
|||
DIST gpsdrive-2.09.tar.gz 1745509 RMD160 772dd76e7656a69e59a23f06a0d2fcb08607153a SHA1 cbf3db19b3b3fb496a1255ef67d7de5bdeffd70c SHA256 fe8ef35c86df9ab7c8dfb1a8b8155fbeeacd8693ae867f0f10f79f14b7dc6f98
|
||||
EBUILD gpsdrive-2.09.ebuild 645 RMD160 81cc3863518e60d60e9407899908d3464f8e1b36 SHA1 d06bdbaf92008b98b5a23738f33924bf495c8eb1 SHA256 0f748e13f4f6a24d05eadbe13eeb9c207a964614167f06aad7b1846ae8a7a0b1
|
||||
MD5 7768cccef3570d35ad2d9c8f666cd222 gpsdrive-2.09.ebuild 645
|
||||
RMD160 81cc3863518e60d60e9407899908d3464f8e1b36 gpsdrive-2.09.ebuild 645
|
||||
SHA256 0f748e13f4f6a24d05eadbe13eeb9c207a964614167f06aad7b1846ae8a7a0b1 gpsdrive-2.09.ebuild 645
|
||||
MD5 b43fef35b3982b3c9264ff4c6389c58c files/digest-gpsdrive-2.09 244
|
||||
RMD160 1f558a871b154802d1b25720e6ced83dc3d8d740 files/digest-gpsdrive-2.09 244
|
||||
SHA256 17465128bd76a9cf8b4f3ab8b5706bec6e92053a2275c2633710f186afbd42c3 files/digest-gpsdrive-2.09 244
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
MD5 eaa52cb220f3d10312a1046dd47126bb gpsdrive-2.09.tar.gz 1745509
|
||||
RMD160 772dd76e7656a69e59a23f06a0d2fcb08607153a gpsdrive-2.09.tar.gz 1745509
|
||||
SHA256 fe8ef35c86df9ab7c8dfb1a8b8155fbeeacd8693ae867f0f10f79f14b7dc6f98 gpsdrive-2.09.tar.gz 1745509
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/gpsdrive/gpsdrive-2.09.ebuild,v 1.8 2005/04/06 19:31:42 luckyduck Exp $
|
||||
|
||||
DESCRIPTION="displays GPS position on a map"
|
||||
HOMEPAGE="http://gpsdrive.kraftvoll.at"
|
||||
SRC_URI="http://gpsdrive.kraftvoll.at/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ppc amd64"
|
||||
|
||||
IUSE="nls"
|
||||
DEPEND="sys-devel/gettext
|
||||
>=x11-libs/gtk+-2.0
|
||||
>=dev-libs/libpcre-4.2"
|
||||
|
||||
src_compile() {
|
||||
econf `use_enable nls` || die "econf failed"
|
||||
emake || die "compile failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR=${D} install || die
|
||||
}
|
||||
Loading…
Reference in a new issue