public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: app-misc/mdp/
@ 2014-10-21 22:55 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2014-10-21 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     fa3281d05378cc093c1c5b74c458926129ee685c
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Oct 21 22:53:40 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 22:55:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=fa3281d0

app-misc/mdp: 0.92.1

---
 app-misc/mdp/mdp-0.92.1.ebuild | 25 +++++++++++++++++++++++++
 app-misc/mdp/metadata.xml      |  8 ++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-misc/mdp/mdp-0.92.1.ebuild b/app-misc/mdp/mdp-0.92.1.ebuild
new file mode 100644
index 0000000..741a60e
--- /dev/null
+++ b/app-misc/mdp/mdp-0.92.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Command-line based markdown presentation tool."
+HOMEPAGE="https://github.com/visit1985/mdp"
+SRC_URI="https://github.com/visit1985/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_compile() {
+	emake CFLAGS="${CFLAGS} -I../include" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	emake PREFIX="${D}" install || die  # Makefile confuses up ${DESTDIR} and ${PREFIX}
+
+	insinto /usr/share/${PN}/
+	doins sample.md || die
+}

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


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

* [gentoo-commits] proj/betagarden:master commit in: app-misc/mdp/
@ 2016-01-25  0:05 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2016-01-25  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2bcc952cca96b5f2410801667c89a6ab5d8c4f6b
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 00:04:57 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 00:05:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=2bcc952c

app-misc/mdp: 1.0.4

 app-misc/mdp/mdp-1.0.4.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/app-misc/mdp/mdp-1.0.4.ebuild b/app-misc/mdp/mdp-1.0.4.ebuild
new file mode 100644
index 0000000..90cfe67
--- /dev/null
+++ b/app-misc/mdp/mdp-1.0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Command-line based markdown presentation tool."
+HOMEPAGE="https://github.com/visit1985/mdp"
+SRC_URI="https://github.com/visit1985/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_compile() {
+	emake CFLAGS="${CFLAGS} -I../include" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	emake PREFIX=/usr DESTDIR="${D}" install
+
+	insinto /usr/share/${PN}/
+	doins sample.md || die
+}


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

end of thread, other threads:[~2016-01-25  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25  0:05 [gentoo-commits] proj/betagarden:master commit in: app-misc/mdp/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2014-10-21 22:55 Sebastian Pipping

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