mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-util/odb: new package, add 2.5.0_beta21_p1
Signed-off-by: Andrii Pravorskyi <pravorskyi@meta.ua>
This commit is contained in:
1
dev-util/odb/Manifest
Normal file
1
dev-util/odb/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST odb-2.5.0-b.21+1.tar.gz 714030 BLAKE2B a2930cff43cb56e7ab42adddbeb5fc11d32f662cb9cda3d2e3199092de9f73b1bb0691da3aa7b010230d93ea56dce437c3d507a4cb311a25b4596f564f2ea8d6 SHA512 9d4d132d7c32e30e2be05da7210f19c45bcb214b592dd5bda45c6b1488044e56f61c16de65451646d0b1acffe65ba8b50c791fe0982887952e95ce97814bbef8
|
||||
27
dev-util/odb/odb-2.5.0_beta21_p1.ebuild
Normal file
27
dev-util/odb/odb-2.5.0_beta21_p1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)+$(ver_cut 7)"
|
||||
|
||||
inherit build2
|
||||
|
||||
SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
|
||||
KEYWORDS='~amd64 ~x86'
|
||||
DESCRIPTION='ODB compiler and the ODB system documentation'
|
||||
HOMEPAGE='https://www.codesynthesis.com/products/odb/'
|
||||
LICENSE='GPL-3'
|
||||
|
||||
SLOT='0'
|
||||
IUSE='test'
|
||||
RESTRICT='!test? ( test )'
|
||||
|
||||
RDEPEND='=dev-cpp/libcutl-1.11.0*'
|
||||
|
||||
BDEPEND="
|
||||
=dev-cpp/libstudxml-1.1.0*
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
Reference in New Issue
Block a user