summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/markdown/ChangeLog14
-rw-r--r--app-text/markdown/Manifest4
-rw-r--r--app-text/markdown/markdown-1.0.1.ebuild26
-rw-r--r--app-text/markdown/metadata.xml5
4 files changed, 0 insertions, 49 deletions
diff --git a/app-text/markdown/ChangeLog b/app-text/markdown/ChangeLog
deleted file mode 100644
index 17c7e95f4..000000000
--- a/app-text/markdown/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for app-text/markdown
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 17 Jan 2008; Aggelos Orfanakos <agorf@gentoo.org> Manifest:
- Fixed digest.
-
- 08 Feb 2007; Santiago M. Mola <cooldwind@gmail.com> markdown-1.0.1.ebuild:
- app-arch/unzip added to DEPEND
-
- 27 Aug 2006; Aggelos Orfanakos (agorf) <agorf@void.gr>
- +markdown-1.0.1.ebuild, +metadata.xml:
- New ebuild for bug 145270.
-
diff --git a/app-text/markdown/Manifest b/app-text/markdown/Manifest
deleted file mode 100644
index a6260752d..000000000
--- a/app-text/markdown/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST Markdown_1.0.1.zip 17823 RMD160 8932eba5e4a2b8df4a222dcd69f6128c570e89b6 SHA1 7e6d1d9224f16fec5631bf6bc5147f1e64715a4b SHA256 6520e9b6a58c5555e381b6223d66feddee67f675ed312ec19e9cee1b92bc0137
-EBUILD markdown-1.0.1.ebuild 588 RMD160 5a3a6ea7237915dcf111cec4a7a50f6f0bd7fd47 SHA1 162c6a65cfdf5f43eb4d6827b9640c3c826c68bd SHA256 7797099c9094cb5b4bcaea922c2996d851cb7c779fd10172b46833a286528859
-MISC ChangeLog 436 RMD160 b195d900883678fd606700c27feccc4fe2b9f9c0 SHA1 140b37bc85b7f4354a4f225e875bf5310f21133a SHA256 5e36bd0072d77e0213c37a1c94dc2a9a67b58d2497eff55de2748d17b4044a98
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-text/markdown/markdown-1.0.1.ebuild b/app-text/markdown/markdown-1.0.1.ebuild
deleted file mode 100644
index 2acf139ef..000000000
--- a/app-text/markdown/markdown-1.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P="Markdown_${PV}"
-
-DESCRIPTION="A text-to-HTML conversion tool for web writers."
-HOMEPAGE="http://daringfireball.net/projects/markdown/"
-SRC_URI="http://daringfireball.net/projects/downloads/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=">=dev-lang/perl-5.6.0
- virtual/perl-Digest-MD5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- dobin Markdown.pl
- dosym Markdown.pl /usr/bin/markdown
- dodoc 'Markdown Readme.text'
-}
diff --git a/app-text/markdown/metadata.xml b/app-text/markdown/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/app-text/markdown/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>