mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-p2p/tvrss: bump EAPI and drop versionator
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="2"
|
||||
EAPI=7
|
||||
|
||||
inherit versionator
|
||||
|
||||
MY_P="${PN}-$(replace_version_separator 2 '')"
|
||||
MY_P="${PN}-$(ver_rs 2 '')"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DESCRIPTION="TV RSS is a tool for automating torrent downloads"
|
||||
HOMEPAGE="http://tvtrss.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/tvtrss/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="x11-libs/gtk+:2
|
||||
>=dev-lang/perl-5.8.6
|
||||
dev-perl/XML-RAI
|
||||
@@ -22,5 +22,5 @@ DEPEND="x11-libs/gtk+:2
|
||||
dev-perl/Gtk2"
|
||||
|
||||
src_install() {
|
||||
dobin ${S}/tvrss
|
||||
dobin "${S}"/tvrss
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user