diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-06-06 12:45:35 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-06-06 12:45:35 +0000 |
commit | 4c216e8a1e48e857c5a304620a66186db3f02139 (patch) | |
tree | 6d869a0a870dff66e5bd6308789ce39bbc95a5f6 /app-text/lodgeit | |
parent | Respect LDFLAGS wrt #267405, thanks to Davide Pesavento for reporting. (diff) | |
download | historical-4c216e8a1e48e857c5a304620a66186db3f02139.tar.gz historical-4c216e8a1e48e857c5a304620a66186db3f02139.tar.bz2 historical-4c216e8a1e48e857c5a304620a66186db3f02139.zip |
Initial import from bug 270343. Ebuild by Dror Levin, who will be maintainer by proxy until he becomes full dev.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-text/lodgeit')
-rw-r--r-- | app-text/lodgeit/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/lodgeit/Manifest | 5 | ||||
-rw-r--r-- | app-text/lodgeit/lodgeit-0.3.ebuild | 37 | ||||
-rw-r--r-- | app-text/lodgeit/metadata.xml | 20 |
4 files changed, 73 insertions, 0 deletions
diff --git a/app-text/lodgeit/ChangeLog b/app-text/lodgeit/ChangeLog new file mode 100644 index 000000000000..734ca01a6d37 --- /dev/null +++ b/app-text/lodgeit/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-text/lodgeit +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/ChangeLog,v 1.1 2009/06/06 12:45:35 yngwin Exp $ + +*lodgeit-0.3 (06 Jun 2009) + + 06 Jun 2009; Ben de Groot <yngwin@gentoo.org> +lodgeit-0.3.ebuild, + +metadata.xml: + Initial import from bug 270343. Ebuild by Dror Levin, who will be + maintainer by proxy until he becomes full dev. + diff --git a/app-text/lodgeit/Manifest b/app-text/lodgeit/Manifest new file mode 100644 index 000000000000..380e706bd581 --- /dev/null +++ b/app-text/lodgeit/Manifest @@ -0,0 +1,5 @@ +DIST lodgeit-0.3.py 10196 RMD160 ac61fb65a6a6ed078fff91d9605be6ef73d4a95a SHA1 8825a95d94a7fe169ef016aa2ba0b10d2f9f3f94 SHA256 39fd6fab30c462275b9677ef766d70e80d29bfea0c206f9aa2d011c63d15c0c5 +DIST lodgeit-0.3.vim 3882 RMD160 3b327948345e3e34388c1d4cd94a65bc610889ab SHA1 bf252b6c9cf0248c3354b8ab77d144cfd45fb8ff SHA256 b8c1e918a7d6e7c5675ccd05893ad7bf3dae19493248e85735fded16903b06bc +EBUILD lodgeit-0.3.ebuild 889 RMD160 31a7935fa31551b1a4442dffc31927ead752f958 SHA1 b8fd8e90d229559f439b4de4f33c3ec7f529b2c6 SHA256 dbe1fe5cfb74d83b0ead2f0aad8d2d4dbd5082830d84d65cfc05b058aee12f68 +MISC ChangeLog 437 RMD160 005e02f9415112dfcd3dbcadc2f1533a00a20414 SHA1 4a13ad05afc5c6be30b11753c47f637536e14945 SHA256 5b3278534afc6f7f86efb10fb8bdf77fa03b41ac78f591daec9294c08875bf18 +MISC metadata.xml 568 RMD160 2069bd8d3b1634f6d8b5965c20a5add212fedc65 SHA1 c44ff4706ff7d41a71851b4cf04bef640e7e9554 SHA256 a2b919342ed24eab36b916deda8796cf7ae1e1e172d4c7036fc03b6e6cef850b diff --git a/app-text/lodgeit/lodgeit-0.3.ebuild b/app-text/lodgeit/lodgeit-0.3.ebuild new file mode 100644 index 000000000000..274d8e7a5dc5 --- /dev/null +++ b/app-text/lodgeit/lodgeit-0.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/lodgeit-0.3.ebuild,v 1.1 2009/06/06 12:45:35 yngwin Exp $ + +EAPI="2" + +DESCRIPTION="Command-line interface to paste.pocoo.org" +HOMEPAGE="http://paste.pocoo.org/" +SRC_URI="http://dev.pocoo.org/hg/lodgeit-main/raw-file/tip/scripts/lodgeit.py + -> ${P}.py + vim? ( http://www.vim.org/scripts/download_script.php?src_id=8848 + -> ${P}.vim )" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="vim" + +RESTRICT="test" + +DEPEND="" +RDEPEND="virtual/python + vim? ( || ( app-editors/vim[python] app-editors/gvim[python] ) )" + +src_unpack() { + : +} + +src_install() { + dobin "${DISTDIR}/${P}.py" + dosym "/usr/bin/${P}.py" "/usr/bin/${PN}" + + if use vim; then + insinto /usr/share/vim/vimfiles/plugin + newins "${DISTDIR}/${P}.vim" "${PN}.vim" + fi +} diff --git a/app-text/lodgeit/metadata.xml b/app-text/lodgeit/metadata.xml new file mode 100644 index 000000000000..c8a8a60962f9 --- /dev/null +++ b/app-text/lodgeit/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>spatz@psybear.com</email> + <name>Dror Levin</name> + <description>proxied maintainer</description> + </maintainer> + <maintainer> + <email>yngwin@gentoo.org</email> + <name>Ben de Groot</name> + <description>proxy</description> + </maintainer> + <use> + <flag name='vim'> + Install a vim plugin allowing to paste and download from within vim + </flag> + </use> +</pkgmetadata> |