public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: x11-apps/console-tdm/
@ 2017-03-19 21:36 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2017-03-19 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     248bbc38ac6ebe230906374b9934d8c7355af311
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 21:35:33 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 21:35:33 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=248bbc38

x11-apps/console-tdm: Add missing dependencies

 x11-apps/console-tdm/console-tdm-1.1.1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/x11-apps/console-tdm/console-tdm-1.1.1.ebuild b/x11-apps/console-tdm/console-tdm-1.1.1.ebuild
index b3c2048..5cc299e 100644
--- a/x11-apps/console-tdm/console-tdm-1.1.1.ebuild
+++ b/x11-apps/console-tdm/console-tdm-1.1.1.ebuild
@@ -12,6 +12,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+RDEPEND="
+	dev-util/dialog
+	x11-apps/xinit
+	"
+
 DOCS=( ChangeLog.md NEWS.md README.md )
 
 PATCHES=(


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

* [gentoo-commits] proj/betagarden:master commit in: x11-apps/console-tdm/
@ 2017-03-19 21:43 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2017-03-19 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     eb9aeb20fd88d634d31b37efbc7d601326ddd994
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 21:42:11 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 21:42:11 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=eb9aeb20

x11-apps/console-tdm: 1.1.2

 x11-apps/console-tdm/console-tdm-1.1.2.ebuild | 29 +++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/x11-apps/console-tdm/console-tdm-1.1.2.ebuild b/x11-apps/console-tdm/console-tdm-1.1.2.ebuild
new file mode 100644
index 0000000..daea85d
--- /dev/null
+++ b/x11-apps/console-tdm/console-tdm-1.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Console display manager based on CDM"
+HOMEPAGE="https://dopsi.github.io/console-tdm/"
+SRC_URI="https://github.com/dopsi/console-tdm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-util/dialog
+	x11-apps/xinit
+	"
+
+DOCS=( ChangeLog.md NEWS.md README.md )
+
+src_compile() { : ; }
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX=/usr install
+	einstalldocs
+}


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

end of thread, other threads:[~2017-03-19 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-19 21:36 [gentoo-commits] proj/betagarden:master commit in: x11-apps/console-tdm/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2017-03-19 21:43 Sebastian Pipping

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