summaryrefslogtreecommitdiff
path: root/dev-tex/keystroke/keystroke-1.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-08-01 14:16:50 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-08-01 14:16:50 +0200
commitd23a49a1b958a8426c1db5fd962aa42cb8b02022 (patch)
tree3ddf9a3a2fbe840e2a681188dec240f440d7b28a /dev-tex/keystroke/keystroke-1.ebuild
parent28f6f47394c02f7508c56d5f7cec2301ff1b8cb4 (diff)
downloadoverlay-d23a49a1b958a8426c1db5fd962aa42cb8b02022.tar.gz
overlay-d23a49a1b958a8426c1db5fd962aa42cb8b02022.tar.bz2
overlay-d23a49a1b958a8426c1db5fd962aa42cb8b02022.zip
Add keystroke
Diffstat (limited to '')
-rw-r--r--dev-tex/keystroke/keystroke-1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-tex/keystroke/keystroke-1.ebuild b/dev-tex/keystroke/keystroke-1.ebuild
new file mode 100644
index 0000000..23b89da
--- /dev/null
+++ b/dev-tex/keystroke/keystroke-1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.11.ebuild,v 1.2 2006/12/03 14:15:42 pylon Exp $
+
+inherit latex-package
+
+S=${WORKDIR}/${PN}
+
+DESCRIPTION="Keys"
+SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.zip"
+HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/keystroke/"
+LICENSE="LPPL-1.2"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="x86"
+
+DOCS="README"
+
+src_install()
+{
+ latex-package_src_doinstall styles
+ dodoc ${DOCS}
+ insinto ${TEXMF}/tex/latex/${PN}
+ doins keystroke_*.{pdf,eps}
+}