* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corepins/
@ 2021-03-23 14:45 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-23 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 2d9f1d77657db1dfd7260de738434e3ad688839c
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Mar 23 07:08:33 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 23 07:33:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d9f1d77
gui-apps/corepins: new pkg; add 4.1.0 and live
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
gui-apps/corepins/Manifest | 1 +
gui-apps/corepins/corepins-4.1.0.ebuild | 53 +++++++++++++++++++++++++++++++++
gui-apps/corepins/corepins-9999.ebuild | 53 +++++++++++++++++++++++++++++++++
gui-apps/corepins/metadata.xml | 11 +++++++
4 files changed, 118 insertions(+)
diff --git a/gui-apps/corepins/Manifest b/gui-apps/corepins/Manifest
new file mode 100644
index 000000000..6b1d122b4
--- /dev/null
+++ b/gui-apps/corepins/Manifest
@@ -0,0 +1 @@
+DIST corepins-4.1.0.tar.gz 53284 BLAKE2B 3aa3a9db716dedfa77b102fc0d20bde5c308d5ea921a322f812f41e65e6a5da4247069343e65283a35e1ccc5783d36623250f59017736db67c23d68cee186ead SHA512 6c2898d0a7475c92157213c5285cc8b711c472bb33e852a6b6f4f39f694a980858f1807d3d0eb21de050e0f008266be7dd0e544efe83a5212198946d28293c73
diff --git a/gui-apps/corepins/corepins-4.1.0.ebuild b/gui-apps/corepins/corepins-4.1.0.ebuild
new file mode 100644
index 000000000..94fbe2e95
--- /dev/null
+++ b/gui-apps/corepins/corepins-4.1.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="A bookmarking app for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+else
+ SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ gui-libs/libcprime
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+src_prepare() {
+ default
+
+ sed -i 's/C Suite/X-CSuite/' *.desktop || die
+ sed -i 's/CSuite/X-CSuite/' *.desktop || die
+}
+
+src_configure() {
+ eqmake5
+}
+
+src_compile() {
+ emake
+}
+
+src_install() {
+ einstalldocs
+
+ emake INSTALL_ROOT="${D}" install
+}
diff --git a/gui-apps/corepins/corepins-9999.ebuild b/gui-apps/corepins/corepins-9999.ebuild
new file mode 100644
index 000000000..94fbe2e95
--- /dev/null
+++ b/gui-apps/corepins/corepins-9999.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="A bookmarking app for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+else
+ SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ gui-libs/libcprime
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+src_prepare() {
+ default
+
+ sed -i 's/C Suite/X-CSuite/' *.desktop || die
+ sed -i 's/CSuite/X-CSuite/' *.desktop || die
+}
+
+src_configure() {
+ eqmake5
+}
+
+src_compile() {
+ emake
+}
+
+src_install() {
+ einstalldocs
+
+ emake INSTALL_ROOT="${D}" install
+}
diff --git a/gui-apps/corepins/metadata.xml b/gui-apps/corepins/metadata.xml
new file mode 100644
index 000000000..02f0f4142
--- /dev/null
+++ b/gui-apps/corepins/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@riseup.net</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">cubocore/coreapps/corepins</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corepins/
@ 2024-01-13 16:24 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2024-01-13 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 9a17cb68423bcca9a8ac3bfb7307e652037031af
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:45:18 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 11:59:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a17cb68
gui-apps/corepins: add 4.5.0, live sync
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/corepins/Manifest | 1 +
.../{corepins-9999.ebuild => corepins-4.5.0.ebuild} | 17 ++++++-----------
gui-apps/corepins/corepins-9999.ebuild | 17 ++++++-----------
3 files changed, 13 insertions(+), 22 deletions(-)
diff --git a/gui-apps/corepins/Manifest b/gui-apps/corepins/Manifest
index cbe0c0bb8d..5efc754f08 100644
--- a/gui-apps/corepins/Manifest
+++ b/gui-apps/corepins/Manifest
@@ -1 +1,2 @@
DIST corepins-4.2.0.tar.gz 53287 BLAKE2B 7ca28ca7f92e34916be46079ad5d1cb2ab6a835ec3c2bfcece322c61813979c2be1427e4deddf53fcde2e03a27f9c8e53eb1039dd42c83dd57730809fc6575d5 SHA512 2ab3eb00541fe85ed6cf0d5f11ea54703085dcba36654acbf867b637ead9e67180081561fb6127b850489700cb9915c7c160e94319f15e42a7b951a4e9ffa670
+DIST corepins-v4.5.0.tar.bz2 51454 BLAKE2B 7efbb252b4f48630d4cbe6997fff7472ff442dbb3cc03311398b77cbcb1dbba72306f1605f05226318e9a632375bd8fabb1cc794c72d18e41d26cc9a625d10c8 SHA512 bd8d940a8fc186068abf38a61bb415b4e91b4cbeaeed0bd0b79fb436969de36a0416e3ec8ff8f9a0609ca7a8ed195e8cc751c30d155499c6862f74a7a1ddb780
diff --git a/gui-apps/corepins/corepins-9999.ebuild b/gui-apps/corepins/corepins-4.5.0.ebuild
similarity index 54%
copy from gui-apps/corepins/corepins-9999.ebuild
copy to gui-apps/corepins/corepins-4.5.0.ebuild
index 612d9ec460..c329751e84 100644
--- a/gui-apps/corepins/corepins-9999.ebuild
+++ b/gui-apps/corepins/corepins-4.5.0.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
inherit xdg cmake
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+ EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepins.git"
else
- SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://gitlab.com/cubocore/coreapps/corepins/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${MY_PV}"
+ S="${WORKDIR}/${PN}-v${PV}"
fi
-RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
@@ -29,6 +26,4 @@ DEPEND="
dev-qt/qtwidgets:5
gui-libs/libcprime
"
-RDEPEND="
- ${DEPEND}
-"
+RDEPEND="${DEPEND}"
diff --git a/gui-apps/corepins/corepins-9999.ebuild b/gui-apps/corepins/corepins-9999.ebuild
index 612d9ec460..c329751e84 100644
--- a/gui-apps/corepins/corepins-9999.ebuild
+++ b/gui-apps/corepins/corepins-9999.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
inherit xdg cmake
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+ EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corepins.git"
else
- SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://gitlab.com/cubocore/coreapps/corepins/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${MY_PV}"
+ S="${WORKDIR}/${PN}-v${PV}"
fi
-RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
@@ -29,6 +26,4 @@ DEPEND="
dev-qt/qtwidgets:5
gui-libs/libcprime
"
-RDEPEND="
- ${DEPEND}
-"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-13 16:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-23 14:45 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corepins/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-01-13 16:24 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox