summaryrefslogtreecommitdiff
path: root/dev-tex
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-08-01 15:25:40 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-08-01 15:25:40 +0200
commitbd90e437191034059789d128261f6271f9c2f853 (patch)
tree931f1370705e2f1ec5cf30d6e02d37f9e3f6dda5 /dev-tex
parentd23a49a1b958a8426c1db5fd962aa42cb8b02022 (diff)
downloadoverlay-bd90e437191034059789d128261f6271f9c2f853.tar.gz
overlay-bd90e437191034059789d128261f6271f9c2f853.tar.bz2
overlay-bd90e437191034059789d128261f6271f9c2f853.zip
Already in portage
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/keystroke/Manifest2
-rw-r--r--dev-tex/keystroke/keystroke-1.ebuild26
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-tex/keystroke/Manifest b/dev-tex/keystroke/Manifest
deleted file mode 100644
index ee44318..0000000
--- a/dev-tex/keystroke/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST keystroke.zip 44250 RMD160 ae622352ea5f12fba938e7995908ba337ad198f1 SHA1 695c0327b7d65f6d086feefc34bd9ac55e3c39b9 SHA256 b64587370aba8dd11d9f941c6bb75e7ad0ecda4dbb0102d90b074d9fb1ba232a
-EBUILD keystroke-1.ebuild 626 RMD160 a1dfdfc7f4ea3e02f18c424ca2aaf6a5acf6620f SHA1 1f57091d366e4c823f4b3d48c8beb0e83bdae9fc SHA256 d5986644d840f0601f9a77ab7893a4875193ad7769bd1c3b80bf5155c01d2ece
diff --git a/dev-tex/keystroke/keystroke-1.ebuild b/dev-tex/keystroke/keystroke-1.ebuild
deleted file mode 100644
index 23b89da..0000000
--- a/dev-tex/keystroke/keystroke-1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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}
-}