diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-09-22 07:06:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-09-22 07:06:33 +0000 |
| commit | 4b843374640bbcd601727a8eb2d431fb9d508b35 (patch) | |
| tree | 6dd72f3a2948dc94d6b23cad2472b6f318aaf0d1 /dev-util/cppunit | |
| parent | 4ffd2a8f0efdfe2ed46b9e2a8f863b4bf1923885 (diff) | |
| download | baldeagleos-repo-4b843374640bbcd601727a8eb2d431fb9d508b35.tar.gz baldeagleos-repo-4b843374640bbcd601727a8eb2d431fb9d508b35.tar.xz baldeagleos-repo-4b843374640bbcd601727a8eb2d431fb9d508b35.zip | |
Adding metadata
Diffstat (limited to 'dev-util/cppunit')
| -rw-r--r-- | dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild | 2 | ||||
| -rw-r--r-- | dev-util/cppunit/cppunit-9999-r1.ebuild (renamed from dev-util/cppunit/cppunit-9999.ebuild) | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild b/dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild index 22bc2b9a2769..e81de5c38106 100644 --- a/dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild +++ b/dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit" if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git" + EGIT_REPO_URI="https://git.libreoffice.org/cppunit.git" else SRC_URI=" https://dev-www.libreoffice.org/src/${P%%_p*}.tar.gz diff --git a/dev-util/cppunit/cppunit-9999.ebuild b/dev-util/cppunit/cppunit-9999-r1.ebuild index 675991b4bcd6..ccc040e3f3b0 100644 --- a/dev-util/cppunit/cppunit-9999.ebuild +++ b/dev-util/cppunit/cppunit-9999-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit" if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git" + EGIT_REPO_URI="https://git.libreoffice.org/cppunit.git" else SRC_URI=" https://dev-www.libreoffice.org/src/${P%%_p*}.tar.gz @@ -32,7 +32,11 @@ BDEPEND=" ) " -DOCS=( AUTHORS BUGS NEWS README THANKS TODO ChangeLog doc/FAQ ) +if [[ ${PV} == *9999 ]] ; then + DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ ) +else + DOCS=( AUTHORS BUGS NEWS README THANKS TODO ChangeLog doc/FAQ ) +fi src_prepare() { default |
