* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libayatana-indicator/
@ 2022-05-02 7:17 Florian Schmaus
0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2022-05-02 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 65cec81a5add24df59f56d948ef85c6b6b70ea28
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Apr 30 10:58:02 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 21:14:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65cec81a
dev-libs/libayatana-indicator: new package, add 0.9.1
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
dev-libs/libayatana-indicator/Manifest | 1 +
.../libayatana-indicator-0.9.1.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-libs/libayatana-indicator/Manifest b/dev-libs/libayatana-indicator/Manifest
new file mode 100644
index 000000000..11cd6416c
--- /dev/null
+++ b/dev-libs/libayatana-indicator/Manifest
@@ -0,0 +1 @@
+DIST libayatana-indicator-0.9.1.tar.gz 148993 BLAKE2B 7e5e72a6075bc6dafa83ed4e9cc07f06011127477e8b12a023fd92c431f5e784663e9bcb27de29a89d23ccda7c905363b3560714a8abcded809faa9ea2225447 SHA512 47870f7cdef1d1c67a3f72a9fa68a39d0c49d899f831a9c1ca83588cdb6e0523a77eab41110a3f839cd8694bb1b22c2c67206608226353ffebb399062b54d1b0
diff --git a/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1.ebuild b/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1.ebuild
new file mode 100644
index 000000000..07c146c70
--- /dev/null
+++ b/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VALA_USE_DEPEND="vapigen"
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+inherit cmake vala
+
+DESCRIPTION="Ayatana Application Indicators (Shared Library)"
+HOMEPAGE="https://github.com/AyatanaIndicators/libayatana-indicator"
+SRC_URI="https://github.com/AyatanaIndicators/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ sys-libs/glibc \
+ >=dev-libs/glib-2.58 \
+ >=x11-libs/gtk+-3.24 \
+ "
+
+BDEPEND="
+ ${RDEPEND} \
+ $(vala_depend) \
+ >=dev-util/cmake-3.13 \
+ dev-libs/gobject-introspection \
+ >=dev-libs/ayatana-ido-0.8.2 \
+ "
+
+src_prepare() {
+ cmake_src_prepare
+ vala_setup
+}
+
+src_configure() {
+ local mycmakeargs+=(
+ "-DVALA_COMPILER=${VALAC}"
+ "-DVAPI_GEN=${VAPIGEN}"
+ )
+ cmake_src_configure
+}
+
+src_compile() {
+ cmake_src_compile
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libayatana-indicator/
2022-12-19 10:48 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
@ 2022-12-19 10:56 ` Viorel Munteanu
0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2022-12-19 10:56 UTC (permalink / raw
To: gentoo-commits
commit: 039772bf120ffafa56592050a6475d3f52eaae95
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 10:46:40 2022 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 10:47:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=039772bf
dev-libs/libayatana-indicator: treeclean
Moved to ::gentoo
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-libs/libayatana-indicator/Manifest | 1 -
.../libayatana-indicator-0.9.1-r1.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/dev-libs/libayatana-indicator/Manifest b/dev-libs/libayatana-indicator/Manifest
deleted file mode 100644
index 11cd6416c..000000000
--- a/dev-libs/libayatana-indicator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libayatana-indicator-0.9.1.tar.gz 148993 BLAKE2B 7e5e72a6075bc6dafa83ed4e9cc07f06011127477e8b12a023fd92c431f5e784663e9bcb27de29a89d23ccda7c905363b3560714a8abcded809faa9ea2225447 SHA512 47870f7cdef1d1c67a3f72a9fa68a39d0c49d899f831a9c1ca83588cdb6e0523a77eab41110a3f839cd8694bb1b22c2c67206608226353ffebb399062b54d1b0
diff --git a/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1-r1.ebuild b/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1-r1.ebuild
deleted file mode 100644
index 5122c4ab5..000000000
--- a/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VALA_USE_DEPEND="vapigen"
-CMAKE_MAKEFILE_GENERATOR="emake"
-
-inherit cmake vala
-
-DESCRIPTION="Ayatana Application Indicators (Shared Library)"
-HOMEPAGE="https://github.com/AyatanaIndicators/libayatana-indicator"
-SRC_URI="https://github.com/AyatanaIndicators/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- sys-libs/glibc \
- >=dev-libs/glib-2.58 \
- >=x11-libs/gtk+-3.24 \
- "
-
-BDEPEND="
- ${RDEPEND} \
- $(vala_depend) \
- >=dev-util/cmake-3.13 \
- dev-libs/gobject-introspection \
- >=dev-libs/ayatana-ido-0.8.2 \
- "
-
-src_prepare() {
- cmake_src_prepare
- vala_setup
-}
-
-src_configure() {
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-19 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02 7:17 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libayatana-indicator/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2022-12-19 10:48 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-19 10:56 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox