mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-util/cppunit: use HTTPS for freedesktop.org and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
0578e0ac1d
commit
20d5850db7
@@ -3,13 +3,13 @@
|
||||
|
||||
EAPI=4
|
||||
|
||||
EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
|
||||
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git"
|
||||
[[ ${PV} = 9999 ]] && inherit git-2 autotools
|
||||
inherit eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit"
|
||||
[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz"
|
||||
[[ ${PV} = 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
|
||||
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git"
|
||||
[[ ${PV} = 9999 ]] && inherit git-r3 autotools
|
||||
inherit eutils flag-o-matic multilib-minimal
|
||||
|
||||
DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit"
|
||||
[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz"
|
||||
[[ ${PV} = 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
|
||||
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git"
|
||||
[[ ${PV} = 9999 ]] && inherit git-r3 autotools
|
||||
inherit flag-o-matic multilib-minimal
|
||||
|
||||
DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit"
|
||||
[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz"
|
||||
[[ ${PV} = 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
|
||||
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git"
|
||||
[[ ${PV} = 9999 ]] && inherit git-r3 autotools
|
||||
inherit flag-o-matic multilib-minimal
|
||||
|
||||
DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit"
|
||||
[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz"
|
||||
[[ ${PV} = 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user