geoipgen: EAPI=7

This commit is contained in:
Yury Martynov 2019-10-26 23:39:44 +03:00
parent 3d293880d9
commit 684197110f
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 6 additions and 7 deletions

View file

@ -1 +1 @@
DIST geoipgen-0.4.tar.gz 12332 SHA256 b97d378c46c8d7eec969af1eeb0fc11ccda1e1c360df558e358cbf8969c9fbd7
DIST geoipgen-0.4.tar.gz 12332 BLAKE2B a0cde2cfd97a07053cea47c55ce527833896b15203b9cdd4d28eef1bcbb7f4ff151c0c99e6ba9bcb869f3f06ef4e4eceaa7b3ae17ca8a313b390e9ee3f424abd SHA512 31eb57b73a3a3b53bb71bd2fad757135f0b3bc53de262abb4790c663d178c149ca9ee0e0da577fc008f498b887cda9332b119d1469dc070c175b356f889a7794

View file

@ -1,17 +1,15 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
EAPI=7
DESCRIPTION="Generate a list of hostnames based on country"
HOMEPAGE="http://www.morningstarsecurity.com/research/geoipgen"
SRC_URI="http://geoipgen.googlecode.com/files/$P.tar.gz"
HOMEPAGE="https://www.morningstarsecurity.com/research/geoipgen"
SRC_URI="https://www.morningstarsecurity.com/downloads/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-lang/ruby
@ -21,6 +19,7 @@ RDEPEND="dev-lang/ruby
src_prepare() {
# fix db path
sed -i 's|/usr/local/share/|/etc/maxmind/|g' ${PN} || die
default
}
src_install() {