summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2010-11-05 23:47:19 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2010-11-05 23:47:19 +0000
commit6a879cb6f68532aef426350400606604d1af0f04 (patch)
tree4e519865fe94e9dfd187a23d8cc61b5414d3757f
parentMoving dev-util/luadoc to dev-lua/luadoc (diff)
downloadgentoo-2-6a879cb6f68532aef426350400606604d1af0f04.tar.gz
gentoo-2-6a879cb6f68532aef426350400606604d1af0f04.tar.bz2
gentoo-2-6a879cb6f68532aef426350400606604d1af0f04.zip
Moving dev-util/luadoc to dev-lua/luadoc
-rw-r--r--dev-util/luadoc/ChangeLog28
-rw-r--r--dev-util/luadoc/Manifest4
-rw-r--r--dev-util/luadoc/luadoc-3.0.1.ebuild36
-rw-r--r--dev-util/luadoc/metadata.xml15
4 files changed, 0 insertions, 83 deletions
diff --git a/dev-util/luadoc/ChangeLog b/dev-util/luadoc/ChangeLog
deleted file mode 100644
index 7ee423fbfd5a..000000000000
--- a/dev-util/luadoc/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for dev-util/luadoc
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/luadoc/ChangeLog,v 1.7 2008/12/20 15:59:24 nixnut Exp $
-
- 20 Dec 2008; nixnut <nixnut@gentoo.org> luadoc-3.0.1.ebuild:
- Stable on ppc wrt bug 250796
-
- 17 Dec 2008; Markus Meier <maekke@gentoo.org> luadoc-3.0.1.ebuild:
- amd64/x86 stable, bug #250796
-
- 16 Dec 2008; Brent Baude <ranger@gentoo.org> luadoc-3.0.1.ebuild:
- stable ppc64, bug 250796
-
- 23 Sep 2008; Markus Rothe <corsair@gentoo.org> luadoc-3.0.1.ebuild:
- Added ~ppc
-
- 24 Aug 2008; Markus Rothe <corsair@gentoo.org> luadoc-3.0.1.ebuild:
- Added ~ppc64; bug #234421
-
- 14 Aug 2008; Alexis Ballier <aballier@gentoo.org> luadoc-3.0.1.ebuild:
- keyword ~x86-fbsd
-
-*luadoc-3.0.1 (08 Aug 2008)
-
- 08 Aug 2008; MATSUU Takuto <matsuu@gentoo.org> +metadata.xml,
- +luadoc-3.0.1.ebuild:
- Initial import.
-
diff --git a/dev-util/luadoc/Manifest b/dev-util/luadoc/Manifest
deleted file mode 100644
index 0fa95b375fc6..000000000000
--- a/dev-util/luadoc/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST luadoc-3.0.1.tar.gz 108824 RMD160 1f09f7b5f042f0d24472ad7e396ddf272e211038 SHA1 e8550bc27754cf929c602bf46dc5a93fcdafeab1 SHA256 b00d1d1bb11ba007b9de1d1d4b4b5d964f16d8fa5b361a45e53168837768d9e5
-EBUILD luadoc-3.0.1.ebuild 872 RMD160 1fc696c7efcff3b4744108b3ce44a5140dbba219 SHA1 4aa5de800ccebf29819025808de616e92802d6a7 SHA256 f1d414ee7101a9fda194df0e7dcc2524cb2630470b91a91db5e5a68818b673cb
-MISC ChangeLog 909 RMD160 c2253031cbc255fee659b1d43c8c441b136deeb8 SHA1 e707773cba0561dd0c655a8c9304d56f9f5132cf SHA256 47c7c71bdcdfd78833369b9b608c7729948518e58f2090e0a2990d8df7177550
-MISC metadata.xml 500 RMD160 da099bb57934777c83d29b7a2089e5cc02529076 SHA1 e1e74db017b3654b25ea6c8ba81b7645962a7c86 SHA256 864013e4d8e54a64ce74fe3f2c5083f55b1456f3aaf3913ed034df421b4f60d4
diff --git a/dev-util/luadoc/luadoc-3.0.1.ebuild b/dev-util/luadoc/luadoc-3.0.1.ebuild
deleted file mode 100644
index 064a6626c428..000000000000
--- a/dev-util/luadoc/luadoc-3.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/luadoc/luadoc-3.0.1.ebuild,v 1.7 2008/12/20 15:59:24 nixnut Exp $
-
-inherit multilib
-DESCRIPTION="LuaDoc is a documentation tool for Lua source code"
-HOMEPAGE="http://luadoc.luaforge.net/"
-SRC_URI="http://luaforge.net/frs/download.php/3185/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-lang/lua-5.1.3
- dev-libs/luafilesystem"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "s|/usr/local|\$(DESTDIR)/usr|" \
- -e "s|lib|$(get_libdir)|" \
- -e "s|lua5.1|lua|" \
- config || die
-
- # lua-5.1.3
- find . -name '*.lua' | xargs sed -i -e "s/gfind/gmatch/g" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README
- dohtml -r doc/us/*
-}
diff --git a/dev-util/luadoc/metadata.xml b/dev-util/luadoc/metadata.xml
deleted file mode 100644
index 0027a49a699c..000000000000
--- a/dev-util/luadoc/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-<email>matsuu@gentoo.org</email>
-</maintainer>
-<longdescription lang="en">
-LuaDoc is a documentation generator tool for Lua source code.
-It parses the declarations and documentation comments in a set of Lua
-source files and produces a set of XHTML pages describing the commented
-declarations and functions.
-</longdescription>
-</pkgmetadata>
-