summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2012-04-15 14:22:00 +0300
committerJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2012-04-15 14:22:00 +0300
commit8b05b63c5571103979a3614303c5791cd6973d0a (patch)
treebd5674796bba54c1c08750a22392b048191134c1 /app-text
parentgames-strategy/openra-bin: add README.gentoo (diff)
downloadsunrise-8b05b63c5571103979a3614303c5791cd6973d0a.tar.gz
sunrise-8b05b63c5571103979a3614303c5791cd6973d0a.tar.bz2
sunrise-8b05b63c5571103979a3614303c5791cd6973d0a.zip
app-text/peg-markdown: Makefile.patch was changed a little: not used variables removed (they were there by error)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/peg-markdown/ChangeLog5
-rw-r--r--app-text/peg-markdown/Manifest4
-rw-r--r--app-text/peg-markdown/files/peg-markdown-0.4.12-Makefile.patch13
3 files changed, 9 insertions, 13 deletions
diff --git a/app-text/peg-markdown/ChangeLog b/app-text/peg-markdown/ChangeLog
index 02b1871c1..8ed594974 100644
--- a/app-text/peg-markdown/ChangeLog
+++ b/app-text/peg-markdown/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Apr 2012; Jauhien Piatlicki (jauhien) piatlicki@gmail.com
+ files/peg-markdown-0.4.12-Makefile.patch:
+ Makefile.patch was changed a little: not used variables removed (they were
+ there by error)
+
*peg-markdown-0.4.12 (14 Apr 2012)
14 Apr 2012; Jauhien Piatlicki (jauhien) piatlicki@gmail.com
diff --git a/app-text/peg-markdown/Manifest b/app-text/peg-markdown/Manifest
index 3a3bc6a1c..b61c04c1b 100644
--- a/app-text/peg-markdown/Manifest
+++ b/app-text/peg-markdown/Manifest
@@ -1,6 +1,6 @@
-AUX peg-markdown-0.4.12-Makefile.patch 2002 RMD160 330b016924040209efae0ff50d4091167e6260da SHA1 b921c4d67f836798af5e53cb796fd76c3b02193d SHA256 5ef03a8a36c0acb06ea2bf5d55331ec2386c40c934ac6d7765528a3a6d41dbbe
+AUX peg-markdown-0.4.12-Makefile.patch 1816 RMD160 a1400a905fffa2d51de8f1dc5220838a25efb23d SHA1 2558ea45d14747a6a9cf479a805d317071f4f911 SHA256 6ce4852bd6c82b2c99cf94454580087075983d1ccb93d09bebe3c2181e60fbb7
AUX peg-markdown-0.4.12-declare.patch 215 RMD160 78ebd55cfaddfcc1b40398363ddad79e6af14a17 SHA1 8a9a4b34feceb799723ffa7807d3b311ef83d1bd SHA256 31c21cde280d6f2382f4ddffca22a562b3d8e75899ad541a49d959d396e68337
DIST peg-markdown-0.4.12.tar.gz 80775 RMD160 ef1a5d1885909d0d438cf96e35e0ce8dae4a9bbd SHA1 f71dbbf394af95831d780bfd3650eabd8456b7fe SHA256 dd76542ac72c971f6cbb232882e086aacf54ad454f0bab7feb749cf10b5c7f70
EBUILD peg-markdown-0.4.12.ebuild 786 RMD160 ebb9efa8eba2690a87a033fe6faf76b70df2e253 SHA1 b106aa17b4a551674d6cd55af81e863969225ea5 SHA256 bc85e8927d8090c7ef252a42817e8ee019010b4411639c1ba676c9b06ad29330
-MISC ChangeLog 401 RMD160 2c09b7d675c32a9a1dd34af27ea379f7783e8719 SHA1 eeec905d10f1c1175aecda387241361ca808acc1 SHA256 a994ddcacf29050c10a4f831f126fba91d95199430dcc4e06d101e4b829ec668
+MISC ChangeLog 604 RMD160 f7e75ae4c00f6a8bc07c910f2f22371214464e4c SHA1 7c42bc0bf909f76bd968f7d97a40ffb2f51793b0 SHA256 439eb5677690feac90d60d0f41fb6e4859d458b797a215820e2780070d5cf3ad
MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154
diff --git a/app-text/peg-markdown/files/peg-markdown-0.4.12-Makefile.patch b/app-text/peg-markdown/files/peg-markdown-0.4.12-Makefile.patch
index 088a8eee0..1ca38335c 100644
--- a/app-text/peg-markdown/files/peg-markdown-0.4.12-Makefile.patch
+++ b/app-text/peg-markdown/files/peg-markdown-0.4.12-Makefile.patch
@@ -1,6 +1,6 @@
--- Makefile
+++ Makefile
-@@ -1,27 +1,46 @@
+@@ -1,27 +1,37 @@
-ALL : markdown
-
-PROGRAM=markdown
@@ -15,15 +15,6 @@
PEGDIR=peg-0.1.4
-LEG=$(PEGDIR)/leg
+LEG=leg
-+
-+PREFIX ?= /usr/local
-+BINDIR ?= $(PREFIX)/bin
-+LIBDIR ?= $(PREFIX)/lib
-+INCDIR ?= $(PREFIX)/inc
-+
-+INSTALL ?= install
-+INSTALL_PROG ?= $(INSTALL) -m755
-+INSTALL_H ?= $(INSTALL) -m644
-$(LEG):
- CC=gcc make -C $(PEGDIR)
@@ -58,7 +49,7 @@
make -C $(PEGDIR) clean
distclean: clean
-@@ -29,8 +48,13 @@
+@@ -29,8 +39,13 @@
test: $(PROGRAM)
cd MarkdownTest_1.0.3; \