public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/ayatana-ido/
@ 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:     7cee4b864faa56daf080df54df14f8b90b3c4044
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Apr 30 10:54:10 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=7cee4b86

dev-libs/ayatana-ido: new package, add 0.9.1

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 dev-libs/ayatana-ido/Manifest                 |  1 +
 dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild | 47 +++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/ayatana-ido/Manifest b/dev-libs/ayatana-ido/Manifest
new file mode 100644
index 000000000..d766156e5
--- /dev/null
+++ b/dev-libs/ayatana-ido/Manifest
@@ -0,0 +1 @@
+DIST ayatana-ido-0.9.1.tar.gz 122031 BLAKE2B 0f294346948b142cd39adb41ac1111f6cb214db793f912444ee18eeca9447d92c433b2104d14cbd259c7177da1b91ddbeb5376264f460390d1cbb5c320decc60 SHA512 4a5b13abd43cff59e4471b7a80e3a1e892b9b55e854867eed7c2928307f86b5ccfcb70fb5822738cedaaefe1ad09abe0da9af2d95917a1c561f1e370ea099613

diff --git a/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild b/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild
new file mode 100644
index 000000000..11e043a9f
--- /dev/null
+++ b/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild
@@ -0,0 +1,47 @@
+# 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/ayatana-ido"
+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 \
+	"
+
+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/ayatana-ido/
@ 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:     9d295433283c2118bf1090e0d52d8454bb3a6a65
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 10:45:27 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 10:47:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d295433

dev-libs/ayatana-ido: treeclean

Moved to ::gentoo

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-libs/ayatana-ido/Manifest                 |  1 -
 dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild | 47 ---------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/ayatana-ido/Manifest b/dev-libs/ayatana-ido/Manifest
deleted file mode 100644
index d766156e5..000000000
--- a/dev-libs/ayatana-ido/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ayatana-ido-0.9.1.tar.gz 122031 BLAKE2B 0f294346948b142cd39adb41ac1111f6cb214db793f912444ee18eeca9447d92c433b2104d14cbd259c7177da1b91ddbeb5376264f460390d1cbb5c320decc60 SHA512 4a5b13abd43cff59e4471b7a80e3a1e892b9b55e854867eed7c2928307f86b5ccfcb70fb5822738cedaaefe1ad09abe0da9af2d95917a1c561f1e370ea099613

diff --git a/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild b/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild
deleted file mode 100644
index 11e043a9f..000000000
--- a/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild
+++ /dev/null
@@ -1,47 +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/ayatana-ido"
-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 \
-	"
-
-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

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/ayatana-ido/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2022-12-19 10:56 Viorel Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox