diff options
author | 2009-07-28 13:24:37 -0700 | |
---|---|---|
committer | 2009-07-28 13:24:37 -0700 | |
commit | 638b31c98574815d8247cba97ccbe18142c9712f (patch) | |
tree | d3cb4e4101c92a17c7f9b882b8b5569e3e3f63fc /app-text | |
parent | Add ebuild for CE, a protein structural alignment program. (diff) | |
download | dberkholz-638b31c98574815d8247cba97ccbe18142c9712f.tar.gz dberkholz-638b31c98574815d8247cba97ccbe18142c9712f.tar.bz2 dberkholz-638b31c98574815d8247cba97ccbe18142c9712f.zip |
Bump pastebin to 0.5; copied from sunrise 0.3.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pastebin/ChangeLog | 16 | ||||
-rw-r--r-- | app-text/pastebin/Manifest | 4 | ||||
-rw-r--r-- | app-text/pastebin/metadata.xml | 5 | ||||
-rw-r--r-- | app-text/pastebin/pastebin-0.5.ebuild | 19 |
4 files changed, 44 insertions, 0 deletions
diff --git a/app-text/pastebin/ChangeLog b/app-text/pastebin/ChangeLog new file mode 100644 index 0000000..e72c38b --- /dev/null +++ b/app-text/pastebin/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for app-text/pastebin +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 02 Nov 2008; Christian Ruppert (idl0r) <spooky85@gmail.com> + pastebin-0.3.ebuild: + Added ~amd64 keyword. + + 13 Sep 2008; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com> + pastebin-0.3.ebuild: + Working on PPC : adding ~ppc keyword. + + 11 Sep 2008; Erik Hahn (a_b) <erikholgerhahn@web.de> +pastebin-0.3.ebuild, + +metadata.xml: + Ebuild for Bug #235377, based on the one by cHoBi + diff --git a/app-text/pastebin/Manifest b/app-text/pastebin/Manifest new file mode 100644 index 0000000..874d035 --- /dev/null +++ b/app-text/pastebin/Manifest @@ -0,0 +1,4 @@ +DIST pastebin-0.5.tar.bz2 2737 RMD160 6e2821c0fdb4d851b0accb68e8f530cf157146a8 SHA1 495968bd9bd380fc4121c91093087ec984cfb174 SHA256 bd17ffa07fa017c660baac6b05ab86a32a88d6e1f1eda2394999ca42c9dd3525 +EBUILD pastebin-0.5.ebuild 417 RMD160 4d2d14414fcff5a9a38b45e7d29fa5a7105e98ee SHA1 9116b5217fc336a66b4db977bce1b430ed81f4ad SHA256 673b2b084c7d235d9432b74db1f244b2feb320a3d33214632fbec0ee26a60fb4 +MISC ChangeLog 506 RMD160 da5575b72d1ad9ea513e1a18a7b158903b33788f SHA1 285e75d922376387d234f19da3710471c79293c4 SHA256 ccd8ce9b529f005e98b23951da04264be4c5ba5bd9863aaa3ed3b6989112e3b6 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-text/pastebin/metadata.xml b/app-text/pastebin/metadata.xml new file mode 100644 index 0000000..7e32869 --- /dev/null +++ b/app-text/pastebin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> diff --git a/app-text/pastebin/pastebin-0.5.ebuild b/app-text/pastebin/pastebin-0.5.ebuild new file mode 100644 index 0000000..d3462a2 --- /dev/null +++ b/app-text/pastebin/pastebin-0.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="CLI to pastebin.com" +HOMEPAGE="http://code.google.com/p/pastebin-cli/" +SRC_URI="http://pastebin-cli.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + dev-perl/libwww-perl" + +src_install() { + dobin ${PN} || die +} |