public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexander Holcomb" <alex@alexsdigital.rodeo>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/mined/
Date: Sat, 15 Jan 2022 22:04:08 +0000 (UTC)	[thread overview]
Message-ID: <1642283928.843a3c0bcae661da652bc42c91c391de45885787.alex@gentoo> (raw)

commit:     843a3c0bcae661da652bc42c91c391de45885787
Author:     Alexander Holcomb <alex <AT> alexsdigital <DOT> rodeo>
AuthorDate: Sat Jan 15 21:58:48 2022 +0000
Commit:     Alexander Holcomb <alex <AT> alexsdigital <DOT> rodeo>
CommitDate: Sat Jan 15 21:58:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=843a3c0b

app-editors/mined: Add new package

This adds a package for the MinEd text editor.
The test suite is RESTRICT-ed because it will throw a QA message if
used, due to an upstream make jobserver issue. If removed, it will
still complete, but a QA error will show.
The make process uses the -j1 option for the same reason.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alex Holcomb <alex <AT> alexsdigital.rodeo>

 app-editors/mined/Manifest             |  1 +
 app-editors/mined/metadata.xml         | 14 ++++++++++++++
 app-editors/mined/mined-2015.25.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/app-editors/mined/Manifest b/app-editors/mined/Manifest
new file mode 100644
index 000000000..c3938b90a
--- /dev/null
+++ b/app-editors/mined/Manifest
@@ -0,0 +1 @@
+DIST mined-2015.25.tar.gz 6919430 BLAKE2B 5176cbafff1c427ea773546b43951e4d58a8b007448b42ee2fe478ed0b66230f48d6bc12d7a88fdec5d0c12c599d02527f4989d3ccf77e80ddcb81d5b285e9d0 SHA512 24c9313c26ffb00daab7754e42666bb9cf095c3246255b2b44cdb8eb8e325306ef40db03a828a8dad85d3bf406b874d17920365cfbf8c507f909eb97cfe480ea

diff --git a/app-editors/mined/metadata.xml b/app-editors/mined/metadata.xml
new file mode 100644
index 000000000..cbc0bcde2
--- /dev/null
+++ b/app-editors/mined/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>alex@alexsdigital.rodeo</email>
+		<name>Alex Holcomb</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>http://towo.net/mined/</bugs-to>
+	</upstream>
+	<longdescription>
+	Mined is a flexible terminal-based text editor, designed to be easy to use while still being lightweight.
+	</longdescription>
+</pkgmetadata>

diff --git a/app-editors/mined/mined-2015.25.ebuild b/app-editors/mined/mined-2015.25.ebuild
new file mode 100644
index 000000000..79ac97d1c
--- /dev/null
+++ b/app-editors/mined/mined-2015.25.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A powerful text editor with extensive Unicode and CJK support"
+HOMEPAGE="http://towo.net/mined/"
+SRC_URI="https://downloads.sourceforge.net/project/mined/mined/mined%202015.25/mined-2015.25.tar.gz?ts=gAAAAABhfF-EKWvxGfwH7tpfR0NI8LV87Muimvh4jUigxZZZAD1fN8xgcbBPJc1TQ3f8djMFDbHXXz6rQZI4_qwwEsqakvBpqg%3D%3D&r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmined%2Ffiles%2Fmined%2Fmined%25202015.25%2Fmined-2015.25.tar.gz%2Fdownload -> mined-2015.25.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+IUSE=""
+RDEPEND=""
+DEPEND="${RDEPEND}"
+BDEPEND=""
+#src_configure() {
+#	econf
+#}
+src_compile() {
+	emake -j1
+}
+src_install() {
+	dobin bin/Linux.x86_64/mined
+	doman man/mined.1
+}


             reply	other threads:[~2022-01-15 22:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-15 22:04 Alexander Holcomb [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-03 15:06 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/mined/ Alexander Holcomb
2022-02-20  4:25 Alexander Holcomb
2022-04-08  3:26 Alexander Holcomb
2023-05-27 16:55 Rahul Sandhu
2023-05-27 16:58 Rahul Sandhu
2023-05-27 17:00 Rahul Sandhu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1642283928.843a3c0bcae661da652bc42c91c391de45885787.alex@gentoo \
    --to=alex@alexsdigital.rodeo \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox