dev-lang/jimtcl: [QA] Port to git-r3

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
David Seifert
2017-12-25 19:55:49 +01:00
parent 44b41380cd
commit 3499242f00
5 changed files with 23 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -31,13 +31,14 @@ src_compile() {
src_install() {
dobin jimsh
use static-libs && {
if use static-libs; then
dolib.a libjim.a
} || {
else
dolib.so libjim.so.${PV}
dosym /usr/$(get_libdir)/libjim.so.${PV} \
/usr/$(get_libdir)/libjim.so
}
dosym libjim.so.${PV} /usr/$(get_libdir)/libjim.so
fi
insinto /usr/include
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
doins jim-win32compat.h jim-eventloop.h jim-config.h

View File

@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit multiprocessing eutils
if [[ ${PV} == "9999" ]] ; then
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git"
inherit git-2
inherit git-r3
else
inherit vcs-snapshot
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -31,13 +31,14 @@ src_compile() {
src_install() {
dobin jimsh
use static-libs && {
if use static-libs; then
dolib.a libjim.a
} || {
else
dolib.so libjim.so.${PV}
dosym /usr/$(get_libdir)/libjim.so.${PV} \
/usr/$(get_libdir)/libjim.so
}
dosym libjim.so.${PV} /usr/$(get_libdir)/libjim.so
fi
insinto /usr/include
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
doins jim-win32compat.h jim-eventloop.h jim-config.h

View File

@@ -1,13 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit multiprocessing eutils
if [[ ${PV} == "9999" ]] ; then
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git"
inherit git-2
inherit git-r3
else
inherit vcs-snapshot
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"

View File

@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit multiprocessing eutils
if [[ ${PV} == "9999" ]] ; then
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git"
inherit git-2
inherit git-r3
else
inherit vcs-snapshot
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"