aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <kleiner_otti@gmx.de>2009-05-21 16:43:22 +0200
committerChristoph Junghans <kleiner_otti@gmx.de>2009-05-21 16:43:22 +0200
commit89767738cd1ea0f066dd674639d1f29ad552bc42 (patch)
tree8826e6cc69627d8a464c525c92f849cb440a7ca3 /dev-tex/picins/picins-19950531.ebuild
parentccpn added missing dep and fixed python > 2.4 incompatibility (diff)
downloadsci-89767738cd1ea0f066dd674639d1f29ad552bc42.tar.gz
sci-89767738cd1ea0f066dd674639d1f29ad552bc42.tar.bz2
sci-89767738cd1ea0f066dd674639d1f29ad552bc42.zip
added dev-tex/picins
(Portage version: 2.1.6.11/git/Linux i686) (Signed Manifest commit)
Diffstat (limited to 'dev-tex/picins/picins-19950531.ebuild')
-rw-r--r--dev-tex/picins/picins-19950531.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-tex/picins/picins-19950531.ebuild b/dev-tex/picins/picins-19950531.ebuild
new file mode 100644
index 000000000..f2db2e053
--- /dev/null
+++ b/dev-tex/picins/picins-19950531.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit latex-package
+
+DESCRIPTION="Insert pictures into paragraphs"
+HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex209/contrib/picins/"
+SRC_URI="http://www.ctan.org/get/macros/latex209/contrib/picins.zip"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ latex-package_src_install
+ dodoc README.1st
+}
+