aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
+}
+