www-misc/remwharead: Version bump 0.9.0.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
7e884a935a
commit
87fbff02c6
|
@ -2,13 +2,15 @@
|
|||
Hash: SHA256
|
||||
|
||||
DIST remwharead-0.8.6.tar.gz 54802 BLAKE2B 3c16fdb152311e803cf38c567bd77e77dff85c55f06f851ad608df478ab4eec29981195a6e3d1f7237b0c8e97ea3ecf9dc4a29f98e9e0fc1f3fe77f074340c64 SHA512 c4a369efdee6223f0f09c68fe0863869e70dfa251dd9494642ca6540fe37644997ddd0ec4d1dc77b4ae1c335978398fabb937254360a6973641edd51ce812101
|
||||
DIST remwharead-0.9.0.tar.gz 56379 BLAKE2B 617f7c6e486eb00f4382dc17a87d86e56fd8e80fbf4854dd4e040b79e0df3a4bbd57803f1222e5267768e0f870ef0133d0f8476bd820607e266ce04ce3f99ed6 SHA512 7688afe10d5a1aa3074f501e8fd73e93fb97de060b063262c330ec46c506557264342b95f3690cec21119499be19831751d75dbe1e3fdaf7513ea1c1cb95d5a5
|
||||
EBUILD remwharead-0.8.6.ebuild 1384 BLAKE2B 84ace83da3a6ee47cf8f42a722c10938a89a043cfecdeb765f75a4963f4ebedf946254c573018a48d8bd2b994a58b1421573261f5bc03b66ef442490415d594f SHA512 97320134338a3ad306c40d0a6cf14bbb47871efa3b8d10fec28154ea6d8b93a692efd5ddf351bb0734f9dbd0d67594deabe09825be8c0c2a133bee4c7307d352
|
||||
EBUILD remwharead-0.9.0.ebuild 1472 BLAKE2B fc92b62d4f8eead37d58156fea49a1744c2c36f59feb4c290faf28692b243d83ee206278063580cbb57af7f8510b78f1de5cb1c252d2df6b7d75af7afe748fb1 SHA512 f3bf487ae7d285905b225eefbf6f24d75d4440ace0d694821fa2d95225e7a3d3c6f601cca8fb8bbb616c44d4a5476b659ae11cbd8f1e9ec1341ccd06e5cd4b2b
|
||||
EBUILD remwharead-9999.ebuild 1472 BLAKE2B fc92b62d4f8eead37d58156fea49a1744c2c36f59feb4c290faf28692b243d83ee206278063580cbb57af7f8510b78f1de5cb1c252d2df6b7d75af7afe748fb1 SHA512 f3bf487ae7d285905b225eefbf6f24d75d4440ace0d694821fa2d95225e7a3d3c6f601cca8fb8bbb616c44d4a5476b659ae11cbd8f1e9ec1341ccd06e5cd4b2b
|
||||
MISC metadata.xml 759 BLAKE2B 59a02e8738c27ce3b1ae2e367b832436a65a2d886649dfe65b26b0303c7611f399c02f096ea6e07feaf3d8d8e840b6828efcec1bf4284b7c9b0d1b2330031a2e SHA512 f0bf3e019542365bd7991351db7995bf95a081dbc30ade7320717df907fffff188035d84a4d79c1e7df7b78dd884a87fa85b16ca395dcbfae6d3ce3cbff45111
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXd+vNQAKCRDPw5SX8bJu
|
||||
B7RFAP941k4wdzOrGf9Zv92tv1tE8U0i6JZPiApjXh7dfKyxkAD/XynO3muYUQWN
|
||||
dGjGQTRCl6Y/+Z2Ucg83/MubIac+74c=
|
||||
=LFxA
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXeIgcAAKCRDPw5SX8bJu
|
||||
B3PdAP0XOa/+ioFSG49Z+s/cdus679oGXgQKIw5uP5rSbbaoYgD+JKGOlX2j9TnD
|
||||
a2SnC1VapeZ1ng7Sg7NqBnhZfLu8j4E=
|
||||
=jdd1
|
||||
-----END PGP SIGNATURE-----
|
||||
|
|
81
www-misc/remwharead/remwharead-0.9.0.ebuild
Normal file
81
www-misc/remwharead/remwharead-0.9.0.ebuild
Normal file
|
@ -0,0 +1,81 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
fi
|
||||
|
||||
DESCRIPTION="Saves URIs of things you want to remember in a database."
|
||||
HOMEPAGE="https://schlomp.space/tastytea/remwharead"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://schlomp.space/tastytea/remwharead.git"
|
||||
else
|
||||
SRC_URI="https://schlomp.space/tastytea/remwharead/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
IUSE="doc +firefox rofi test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-cpp/curlpp-0.8.1
|
||||
dev-libs/libxdg-basedir
|
||||
dev-db/vsqlite++
|
||||
dev-libs/icu
|
||||
rofi? ( x11-misc/rofi )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-util/cmake
|
||||
app-text/asciidoc
|
||||
dev-cpp/popl
|
||||
test? ( dev-cpp/catch )
|
||||
doc? ( app-doc/doxygen )
|
||||
"
|
||||
|
||||
if [[ "${PV}" != "9999" ]]; then
|
||||
S="${WORKDIR}/${PN}"
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_TESTS="$(usex test)"
|
||||
-DWITH_MOZILLA="$(usex firefox)"
|
||||
)
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cmake-utils_src_compile
|
||||
|
||||
if use doc; then
|
||||
./build_doc.sh || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if use doc; then
|
||||
HTML_DOCS="doc/html/*"
|
||||
fi
|
||||
|
||||
use rofi && dobin scripts/remwharead-rofi || die
|
||||
|
||||
cmake-utils_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use firefox; then
|
||||
elog "The firefox useflag only installs the wrapper needed for the" \
|
||||
"extension, not the extension itself."
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user