public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/kbdd/
@ 2016-01-09 19:35 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2016-01-09 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     281ede10cf1df3f52943a53521ac3f0770d0ac3a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 19:35:18 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 19:35:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281ede10

x11-misc/kbdd: update to EAPI=5

Package-Manager: portage-2.2.26

 x11-misc/kbdd/kbdd-0.7-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-misc/kbdd/kbdd-0.7-r1.ebuild b/x11-misc/kbdd/kbdd-0.7-r1.ebuild
new file mode 100644
index 0000000..a6b9313
--- /dev/null
+++ b/x11-misc/kbdd/kbdd-0.7-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils vcs-snapshot
+
+DESCRIPTION="Very simple layout switcher"
+HOMEPAGE="https://github.com/qnikst/kbdd"
+SRC_URI="https://github.com/qnikst/kbdd/tarball/v${PV} -> ${PN}-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus"
+
+DEPEND="dev-libs/glib:2=
+	x11-libs/libX11:0=
+	dbus? (
+		sys-apps/dbus:0=
+		>=dev-libs/dbus-glib-0.86:0=
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	epatch "${FILESDIR}"/kbdd-0.7-fix-non-dbus-build.patch
+
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable dbus)
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/kbdd/
@ 2016-03-13 13:47 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-03-13 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     759c74df20049a8d1d406433c20118359cb3f76a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 13:45:58 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 13:45:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759c74df

x11-misc/kbdd: Remove old

Package-Manager: portage-2.2.28

 x11-misc/kbdd/Manifest          |  1 -
 x11-misc/kbdd/kbdd-0.5.2.ebuild | 36 ------------------------------------
 x11-misc/kbdd/kbdd-0.7.ebuild   | 37 -------------------------------------
 3 files changed, 74 deletions(-)

diff --git a/x11-misc/kbdd/Manifest b/x11-misc/kbdd/Manifest
index 5ab00ec..50df3b2 100644
--- a/x11-misc/kbdd/Manifest
+++ b/x11-misc/kbdd/Manifest
@@ -1,2 +1 @@
-DIST kbdd-0.5.2.tar.gz 30680 SHA256 fb49d09d8b9e4605ed6028eb37acbb404807dffb09cf8e4ee529abcda9b5e7c6 SHA512 dc911ea9a7c97a986a8f8bfd3936d2ea4a691e3d6aacfb606821b7a458b84011ee6e4dba60ae2cd105fe599b41a8d28e3f0345f0865150005e042c92796bb6e3 WHIRLPOOL 3c2b8017c3931e30fb4444433732901fb0cf5f2f21540bbe889a6e8ea8a1fc8f2e8d7a1f9f6511fac5adc4a07a6b996accff142b3f08bb52f2edc094bcb2378b
 DIST kbdd-0.7.tar.gz 32550 SHA256 325231d4491bfbdb80ce66c1b4db3c41081d915f1c2af8cfc1d68590c640b489 SHA512 959c07746207819b6c2ba74635d737767970ccd9442b728021c8162de01f08a709aced78473ddd942d46159264b89e631ef35a0cd9c5330f71710a55125aeaa0 WHIRLPOOL f16bdbdd21fb8188bc46c044693510610573486cfa058957293a1dcaa7b6a2294735bda859d50fb8297072676ae25bc1cb58282652a5db12410cf389c91407c8

diff --git a/x11-misc/kbdd/kbdd-0.5.2.ebuild b/x11-misc/kbdd/kbdd-0.5.2.ebuild
deleted file mode 100644
index 235b92d..0000000
--- a/x11-misc/kbdd/kbdd-0.5.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools
-
-DESCRIPTION="Very simple layout switcher"
-HOMEPAGE="https://github.com/qnikst/kbdd"
-SRC_URI="https://github.com/qnikst/kbdd/tarball/v${PV} -> ${PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus"
-
-DEPEND="dev-libs/glib
-		x11-libs/libX11
-		dbus? (
-			sys-apps/dbus
-			>=dev-libs/dbus-glib-0.86
-			)"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_prepare() {
-	cd "${WORKDIR}"/qnikst-kbdd-*
-	S=$(pwd)
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable dbus) || die "econf failed"
-}

diff --git a/x11-misc/kbdd/kbdd-0.7.ebuild b/x11-misc/kbdd/kbdd-0.7.ebuild
deleted file mode 100644
index 74c32dc..0000000
--- a/x11-misc/kbdd/kbdd-0.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="Very simple layout switcher"
-HOMEPAGE="https://github.com/qnikst/kbdd"
-SRC_URI="https://github.com/qnikst/kbdd/tarball/v${PV} -> ${PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus"
-
-DEPEND="dev-libs/glib
-		x11-libs/libX11
-		dbus? (
-			sys-apps/dbus
-			>=dev-libs/dbus-glib-0.86
-			)"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_prepare() {
-	cd "${WORKDIR}"/qnikst-kbdd-*
-	epatch "${FILESDIR}"/kbdd-0.7-fix-non-dbus-build.patch
-	S=$(pwd)
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable dbus) || die "econf failed"
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/kbdd/
@ 2016-11-19  9:23 Jeroen Roovers
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2016-11-19  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     532683f6e158036dec83b27bdbce7bc866c34d6a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 09:23:04 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 09:23:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532683f6

x11-misc/kbdd: Fix metadata.

Package-Manager: portage-2.3.2

 x11-misc/kbdd/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-misc/kbdd/metadata.xml b/x11-misc/kbdd/metadata.xml
index 4bf3fc1..611bcc8 100644
--- a/x11-misc/kbdd/metadata.xml
+++ b/x11-misc/kbdd/metadata.xml
@@ -3,7 +3,6 @@
 <pkgmetadata>
   <maintainer type="person">
     <email>qnikst@gentoo.org</email>
-    <description>Very simple layout switcher</description>
   </maintainer>
   <upstream>
     <remote-id type="github">qnikst/kbdd</remote-id>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/kbdd/
@ 2021-04-18  6:06 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-18  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f5d1d81a6b878613e8d64fbcbc07c492fc6122a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 19:27:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:05:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d1d81a

x11-misc/kbdd: eutils--

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/kbdd/kbdd-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/kbdd/kbdd-0.7.1.ebuild b/x11-misc/kbdd/kbdd-0.7.1.ebuild
index 32b3f011cfb..d6939d16bd4 100644
--- a/x11-misc/kbdd/kbdd-0.7.1.ebuild
+++ b/x11-misc/kbdd/kbdd-0.7.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit autotools eutils vcs-snapshot
+inherit autotools vcs-snapshot
 
 DESCRIPTION="Very simple layout switcher"
 HOMEPAGE="https://github.com/qnikst/kbdd"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-18  6:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-09 19:35 [gentoo-commits] repo/gentoo:master commit in: x11-misc/kbdd/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2016-03-13 13:47 Manuel Rüger
2016-11-19  9:23 Jeroen Roovers
2021-04-18  6:06 Sam James

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