public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: app-editors/dit/
@ 2011-08-01  3:16 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2011-08-01  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     fdaffd8179bf7e526b87b7ca7e004b43b144bab2
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Aug  1 03:15:57 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 03:15:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=fdaffd81

app-editors/dit: 9999

---
 app-editors/dit/dit-9999.ebuild |   27 +++++++++++++++++++++++++++
 app-editors/dit/metadata.xml    |    9 +++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/app-editors/dit/dit-9999.ebuild b/app-editors/dit/dit-9999.ebuild
new file mode 100644
index 0000000..2962173
--- /dev/null
+++ b/app-editors/dit/dit-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit subversion
+
+DESCRIPTION="ncurses-based text editor for Unix systems"
+HOMEPAGE="http://dit-editor.sourceforge.net/"
+ESVN_REPO_URI="https://dit-editor.svn.sourceforge.net/svnroot/dit-editor/trunk"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-lang/lua"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	./autogen.sh || die
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die
+}

diff --git a/app-editors/dit/metadata.xml b/app-editors/dit/metadata.xml
new file mode 100644
index 0000000..328fbd1
--- /dev/null
+++ b/app-editors/dit/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/betagarden:master commit in: app-editors/dit/
@ 2011-10-27 18:02 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5fdb0966ea1ba17c8d7f508a0c021754813d7c6c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 14:29:15 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 14:29:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5fdb0966

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 app-editors/dit/ChangeLog    |    7 +++++++
 app-editors/dit/metadata.xml |    1 -
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/app-editors/dit/ChangeLog b/app-editors/dit/ChangeLog
new file mode 100644
index 0000000..785d48d
--- /dev/null
+++ b/app-editors/dit/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-editors/dit
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+

diff --git a/app-editors/dit/metadata.xml b/app-editors/dit/metadata.xml
index 328fbd1..16bcc9f 100644
--- a/app-editors/dit/metadata.xml
+++ b/app-editors/dit/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<maintainer>
 		<email>sping@gentoo.org</email>
 		<name>Sebastian Pipping</name>



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

* [gentoo-commits] proj/betagarden:master commit in: app-editors/dit/
@ 2019-10-27 13:34 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2019-10-27 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     24b28e0c85ce58bbeeeddb8a705f2d663e262a0b
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 13:32:58 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 13:34:49 2019 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=24b28e0c

app-editors/dit: Migrate from subversion to git-r3 + EAPI 7

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 app-editors/dit/dit-9999.ebuild | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/app-editors/dit/dit-9999.ebuild b/app-editors/dit/dit-9999.ebuild
index 89badc9..f917328 100644
--- a/app-editors/dit/dit-9999.ebuild
+++ b/app-editors/dit/dit-9999.ebuild
@@ -1,26 +1,23 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI=7
 
-inherit subversion
+inherit git-r3
 
 DESCRIPTION="ncurses-based text editor for Unix systems"
 HOMEPAGE="http://dit-editor.sourceforge.net/"
-ESVN_REPO_URI="https://dit-editor.svn.sourceforge.net/svnroot/dit-editor/trunk"
+EGIT_REPO_URI="https://github.com/hishamhm/dit.git"
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="dev-lang/lua"
+DEPEND="dev-lang/lua:5.3"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	eapply_user
 	./autogen.sh || die
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-}


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

end of thread, other threads:[~2019-10-27 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-27 13:34 [gentoo-commits] proj/betagarden:master commit in: app-editors/dit/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2011-10-27 18:02 Justin Lecher
2011-08-01  3:16 Sebastian Pipping

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