public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16keyedit/
@ 2018-04-16 15:35 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-04-16 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     37670a7aaf25192a5b9a5bff729986fdaa8c7636
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 15:17:14 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 15:34:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37670a7a

x11-misc/e16keyedit: Drop disbanded enlightenment project

 x11-misc/e16keyedit/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/e16keyedit/metadata.xml b/x11-misc/e16keyedit/metadata.xml
index a3ff89c8d0b..bc4fe6836d2 100644
--- a/x11-misc/e16keyedit/metadata.xml
+++ b/x11-misc/e16keyedit/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>enlightenment@gentoo.org</email>
-	<name>Project Enlightenment</name>
-</maintainer>
+<!-- maintainer-needed -->
 <longdescription>
 This is a standalone keybindings editor for enlightenment version 0.16.
 </longdescription>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16keyedit/
@ 2018-04-22 13:00 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2018-04-22 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     3c7b7e908005295c4b9e8419b0340e11b8c2635b
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Apr 21 19:40:19 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 13:00:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7b7e90

x11-misc/e16keyedit: EAPI bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 x11-misc/e16keyedit/e16keyedit-0.7.ebuild | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild b/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
index 77ee2bbb1a4..922f0199044 100644
--- a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
+++ b/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Key binding editor for enlightenment 16"
 HOMEPAGE="https://www.enlightenment.org/"
 SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
@@ -14,12 +16,6 @@ RDEPEND="=x11-libs/gtk+-2*"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-src_compile() {
-	econf --enable-gtk2 || die
-	emake || die
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die
-	dodoc README ChangeLog AUTHORS
+src_configure() {
+	econf --enable-gtk2
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16keyedit/
@ 2018-06-22 18:50 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-06-22 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b3c06371f3f366cbe8c17f3f0c9febbb5f9ec503
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Sun Jun 17 12:14:00 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 18:49:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c06371

x11-misc/e16keyedit: removal

Bug: https://bugs.gentoo.org/656020

 x11-misc/e16keyedit/Manifest              |  1 -
 x11-misc/e16keyedit/e16keyedit-0.7.ebuild | 21 ---------------------
 x11-misc/e16keyedit/metadata.xml          | 11 -----------
 3 files changed, 33 deletions(-)

diff --git a/x11-misc/e16keyedit/Manifest b/x11-misc/e16keyedit/Manifest
deleted file mode 100644
index 2bef631fe28..00000000000
--- a/x11-misc/e16keyedit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST e16keyedit-0.7.tar.gz 88323 BLAKE2B dde8bcfb18f6c2f2c52357b7951cefd2f3e96b272320c0991ea4a665dbadcf5026e74ac59bacdd728b9534b818c73d778a804d3bbf598d82d5c64d30dd0ca75e SHA512 6178977bd9e1dfd337717660be8102f5c3f0a6d29d4b0b1ae67a7fa9a812ab46c4fee67e52282ca38d429d16697935e25e7c046f22d7f3bb06b7b3933e6d557b

diff --git a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild b/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
deleted file mode 100644
index 922f0199044..00000000000
--- a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Key binding editor for enlightenment 16"
-HOMEPAGE="https://www.enlightenment.org/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="=x11-libs/gtk+-2*"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf --enable-gtk2
-}

diff --git a/x11-misc/e16keyedit/metadata.xml b/x11-misc/e16keyedit/metadata.xml
deleted file mode 100644
index bc4fe6836d2..00000000000
--- a/x11-misc/e16keyedit/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
-This is a standalone keybindings editor for enlightenment version 0.16.
-</longdescription>
-<upstream>
-	<remote-id type="sourceforge">enlightenment</remote-id>
-</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2018-06-22 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-16 15:35 [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16keyedit/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2018-04-22 13:00 David Seifert
2018-06-22 18:50 Michał Górny

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