summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2005-09-20 20:41:39 +0000
committerNicholas Jones <carpaski@gentoo.org>2005-09-20 20:41:39 +0000
commitfbfe1dc5f05dc597f3158c941bc897a2ddb5c30d (patch)
treeff5d0db899fcd139ff1f0f1848afed31fd7d0761 /dev-tex/svninfo/svninfo-0.2.1.ebuild
parentremove freeciv-1 (diff)
downloadgentoo-2-fbfe1dc5f05dc597f3158c941bc897a2ddb5c30d.tar.gz
gentoo-2-fbfe1dc5f05dc597f3158c941bc897a2ddb5c30d.tar.bz2
gentoo-2-fbfe1dc5f05dc597f3158c941bc897a2ddb5c30d.zip
New tex module. A clone of rcsinfo that works with subversion. ~x86 and ~amd64
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-tex/svninfo/svninfo-0.2.1.ebuild')
-rw-r--r--dev-tex/svninfo/svninfo-0.2.1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-tex/svninfo/svninfo-0.2.1.ebuild b/dev-tex/svninfo/svninfo-0.2.1.ebuild
new file mode 100644
index 000000000000..ce03cc643e9e
--- /dev/null
+++ b/dev-tex/svninfo/svninfo-0.2.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.2.1.ebuild,v 1.1 2005/09/20 20:41:39 carpaski Exp $
+
+inherit latex-package
+
+S="${WORKDIR}/${PN}"
+LICENSE="LPPL-1.2"
+DESCRIPTION="A LaTeX module to acces SVN version info"
+HOMEPAGE="http://tug.ctan.org/tex-archive/macros/latex/contrib/svninfo/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DOCS="README svninfo.pdf"