summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ehmsen <ehmsen@gentoo.org>2006-01-20 11:15:40 +0000
committerMartin Ehmsen <ehmsen@gentoo.org>2006-01-20 11:15:40 +0000
commitca18ed9aa5543fc50ba4acb4744b44fce4e853c9 (patch)
tree2300a4b80a7814e3a6f39e054aea6e0cb381cb50 /dev-tex/algorithms/algorithms-2005.07.05.ebuild
parentNew version. (diff)
downloadgentoo-2-ca18ed9aa5543fc50ba4acb4744b44fce4e853c9.tar.gz
gentoo-2-ca18ed9aa5543fc50ba4acb4744b44fce4e853c9.tar.bz2
gentoo-2-ca18ed9aa5543fc50ba4acb4744b44fce4e853c9.zip
Initial import, bug #116733.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-tex/algorithms/algorithms-2005.07.05.ebuild')
-rw-r--r--dev-tex/algorithms/algorithms-2005.07.05.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-tex/algorithms/algorithms-2005.07.05.ebuild b/dev-tex/algorithms/algorithms-2005.07.05.ebuild
new file mode 100644
index 000000000000..6f31fce30388
--- /dev/null
+++ b/dev-tex/algorithms/algorithms-2005.07.05.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/algorithms/algorithms-2005.07.05.ebuild,v 1.1 2006/01/20 11:15:40 ehmsen Exp $
+
+inherit latex-package
+
+DESCRIPTION="algorithms -- an environment for describing algorithms"
+HOMEPAGE="http://algorithms.berlios.de/"
+SRC_URI="http://download.berlios.de/algorithms/${P//\./-}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# tetex-3.0 includes algorithms
+DEPEND="!>=app-text/tetex-3.0"
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ latex-package_src_install || die
+ dodoc README COPYING THANKS
+}