From 6243676c91946098c06d42bc87b5eb99aac40bf0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 25 Apr 2024 23:59:45 +0100 Subject: gentoo auto-resync : 25:04:2024 - 23:59:45 --- net-misc/connman-ui/Manifest | 3 +- .../connman-ui/connman-ui-0_p20150622-r1.ebuild | 35 ++++++++++++++++++++++ net-misc/connman-ui/connman-ui-0_p20150622.ebuild | 34 --------------------- net-misc/connman-ui/connman-ui-9999.ebuild | 34 --------------------- 4 files changed, 36 insertions(+), 70 deletions(-) create mode 100644 net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild delete mode 100644 net-misc/connman-ui/connman-ui-0_p20150622.ebuild delete mode 100644 net-misc/connman-ui/connman-ui-9999.ebuild (limited to 'net-misc/connman-ui') diff --git a/net-misc/connman-ui/Manifest b/net-misc/connman-ui/Manifest index e9f257efa729..3995a801252b 100644 --- a/net-misc/connman-ui/Manifest +++ b/net-misc/connman-ui/Manifest @@ -1,4 +1,3 @@ DIST connman-ui-0_p20150622.tar.gz 235391 BLAKE2B 93f3afd3e032dceece8b57c7bfbd2de29c321b9c19b9ee6afe162e78dd0fe47cb2e86c49f585970dbb69dddbfdfc0e824cbeaeef61c3ac4809332dbf458f950c SHA512 2cb8d9620e8b695d59782ea6ed0a1f550f61e1ffd2ef5cb3c239b0ed1050432e4b09265e655a41368a933f164df09cd5491dd970a36528c33c0d1b0c4a16128d -EBUILD connman-ui-0_p20150622.ebuild 656 BLAKE2B 81f99b8a27dfb137cf82e47323c3ed3a632050e5297071a1a6b364e06cf03ff25eb2794645359df1b9d909ac4f90c1fdf4a0369df739f33814b1a36cc70a9dd2 SHA512 5da02fb4cf12a85036d0df69afb31a26e65242a032c8ddaf4d4c3399c6e956ada6490293772b46000de781311186cc9f844663f9b631f9cba8e3a68e0457ace0 -EBUILD connman-ui-9999.ebuild 578 BLAKE2B 0e72abb0744a70b0b630cc36a40d5c44e464c9f3797561933816e110f659993c5651a06265536b242d8a9bc6e8fcfae74c997c6989c4af2432e52bd3f632d68b SHA512 2d0373cc51dea97eb2fe0898c5a80ab0c736305975ae19f5cc081f52aaeb190261281eb66148f7056a57a0aaf3003eb8bed024f538ad5922fb4f5454351eda12 +EBUILD connman-ui-0_p20150622-r1.ebuild 654 BLAKE2B a3714963aff1bd8d89e65e17a3a6541b516cf4d8662c52caf03aea6141257c4b27682066045327676faae23f22c122da6365d0ea5d21334393f223c6c2958eee SHA512 f88b95c2ecfdcc088082e6c513aa53da219dbfd2d0a565a5340cd1cf52181b5f65f6e23f1aada6ac3a9cf21db539b605ebe02efcd18a9da8a2ad09cbfd823499 MISC metadata.xml 1077 BLAKE2B 933bbac9968c765126383e0759457e1c805a6acc6fbfbe3ab498b0c06723e24f93d611e9e83aa6a27b4378c02548bcc2ec71806d5a44bdb5f767557f0005cdb4 SHA512 e38b40522600d104327e360ba145b82af660ecbd69986f6c4cf81f7c8143b1b884abd8018d39375abd34026b2db09b793b533b611eddcc31d17cf7f543159a0a diff --git a/net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild b/net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild new file mode 100644 index 000000000000..ab2877fbec31 --- /dev/null +++ b/net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +COMMIT="fce0af94e121bde77c7fa2ebd6a319f0180c5516" + +DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan" +HOMEPAGE="https://github.com/tbursztyka/connman-ui" +SRC_URI="https://github.com/tbursztyka/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S=${WORKDIR}/${PN}-${COMMIT} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/glib:2 + sys-apps/dbus + x11-libs/gtk+:3 +" +RDEPEND="${DEPEND} + net-misc/connman +" +BDEPEND=" + dev-util/intltool + virtual/pkgconfig +" + +src_prepare() { + default + eautoreconf +} diff --git a/net-misc/connman-ui/connman-ui-0_p20150622.ebuild b/net-misc/connman-ui/connman-ui-0_p20150622.ebuild deleted file mode 100644 index 9edf9267b9d3..000000000000 --- a/net-misc/connman-ui/connman-ui-0_p20150622.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools vcs-snapshot -COMMIT="fce0af94e121bde77c7fa2ebd6a319f0180c5516" - -DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan" -HOMEPAGE="https://github.com/tbursztyka/connman-ui" -SRC_URI="https://github.com/tbursztyka/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CDEPEND=" - dev-libs/glib:2 - sys-apps/dbus - x11-libs/gtk+:3 -" -RDEPEND="${CDEPEND} - net-misc/connman -" -DEPEND="${CDEPEND} - dev-util/intltool - virtual/pkgconfig -" - -src_prepare() { - default - eautoreconf -} diff --git a/net-misc/connman-ui/connman-ui-9999.ebuild b/net-misc/connman-ui/connman-ui-9999.ebuild deleted file mode 100644 index 67ca7343806a..000000000000 --- a/net-misc/connman-ui/connman-ui-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools git-r3 - -DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan" -HOMEPAGE="https://github.com/tbursztyka/connman-ui" -SRC_URI="" -EGIT_REPO_URI="https://github.com/tbursztyka/connman-ui.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -CDEPEND=" - dev-libs/glib:2 - sys-apps/dbus - x11-libs/gtk+:3 -" -RDEPEND="${CDEPEND} - net-misc/connman -" -DEPEND="${CDEPEND} - dev-util/intltool - virtual/pkgconfig -" - -src_prepare() { - default - eautoreconf -} -- cgit v1.2.3