Lines 1-12
Link Here
|
1 |
# Copyright 1999-2016 Gentoo Foundation |
1 |
# Copyright 1999-2017 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI=5 |
4 |
EAPI=5 |
5 |
inherit perl-module |
5 |
inherit perl-module |
6 |
|
6 |
|
7 |
DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer" |
7 |
DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer" |
8 |
HOMEPAGE="http://home.gna.org/lltag" |
8 |
HOMEPAGE="http://bgoglin.free.fr/lltag/" |
9 |
SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2" |
9 |
SRC_URI="https://github.com/bgoglin/lltag/archive/${P}.tar.gz" |
10 |
|
10 |
|
11 |
LICENSE="GPL-2" |
11 |
LICENSE="GPL-2" |
12 |
SLOT="0" |
12 |
SLOT="0" |
Lines 20-25
RDEPEND="dev-perl/libwww-perl
Link Here
|
20 |
readline? ( dev-perl/Term-ReadLine-Perl )" |
20 |
readline? ( dev-perl/Term-ReadLine-Perl )" |
21 |
DEPEND="${RDEPEND}" |
21 |
DEPEND="${RDEPEND}" |
22 |
|
22 |
|
|
|
23 |
S=${WORKDIR}/lltag-lltag-${PV} |
24 |
|
23 |
pkg_setup() { |
25 |
pkg_setup() { |
24 |
mylltagopts=( |
26 |
mylltagopts=( |
25 |
"DESTDIR=${D}" |
27 |
"DESTDIR=${D}" |
26 |
- |
|
|