diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-12-25 05:17:38 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-12-25 05:17:38 +0000 |
commit | 50adfd5717cbb6c880baf3a69422e24c36db722f (patch) | |
tree | 2f0e379544f8c4e406becc298a564dabed6e7dfd /app-text | |
parent | sci-mathematics/maxima USE flag openmcl is for amd64 and x86 only (diff) | |
download | historical-50adfd5717cbb6c880baf3a69422e24c36db722f.tar.gz historical-50adfd5717cbb6c880baf3a69422e24c36db722f.tar.bz2 historical-50adfd5717cbb6c880baf3a69422e24c36db722f.zip |
Initial import. Many thanks to all the contributors on bug 235377. Moved from sunrise overlay
Package-Manager: portage-2.1.7.15/cvs/Linux x86_64
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pastebin/ChangeLog | 11 | ||||
-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, 39 insertions, 0 deletions
diff --git a/app-text/pastebin/ChangeLog b/app-text/pastebin/ChangeLog new file mode 100644 index 000000000000..c0089fc25afd --- /dev/null +++ b/app-text/pastebin/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-text/pastebin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.1 2009/12/25 05:17:38 darkside Exp $ + +*pastebin-0.5 (25 Dec 2009) + + 25 Dec 2009; Jeremy Olexa <darkside@gentoo.org> +pastebin-0.5.ebuild, + +metadata.xml: + Initial import. Many thanks to all the contributors on bug 235377. Moved + from sunrise overlay + diff --git a/app-text/pastebin/Manifest b/app-text/pastebin/Manifest new file mode 100644 index 000000000000..a42e835c7f40 --- /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 513 RMD160 1ed8b523bb0fa2adb88486abdd82567eb2ba8c32 SHA1 d44602ff7703f9e21b089846d84428006cc6547b SHA256 1a254e719d818d3743759c279f2c559e533f13ca91fac74f021e465ad76ef187 +MISC ChangeLog 426 RMD160 02f743cd096c465943f759f9322ad0e97dc870ad SHA1 e1a80752dc338daf8b8e84d76ea6056021ac3cb7 SHA256 6955ae104434b8e466643725c874d52cc18fc07da13fd1db4f7f6e0e5e4f03d4 +MISC metadata.xml 164 RMD160 cc7a7798af2b0129d7ce728b3d38d8b4625de71c SHA1 a9a44b989a1eee88c892fb0f500b19a80c4d4d0e SHA256 03080f40dc43565fd4bb7569351e0f607a4946a6108c15765ac42901ab16caf3 diff --git a/app-text/pastebin/metadata.xml b/app-text/pastebin/metadata.xml new file mode 100644 index 000000000000..80ac69d9c2f2 --- /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>shell-tools</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 000000000000..498401939206 --- /dev/null +++ b/app-text/pastebin/pastebin-0.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/pastebin-0.5.ebuild,v 1.1 2009/12/25 05:17:38 darkside Exp $ + +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="" + +DEPEND="" +RDEPEND="dev-perl/libwww-perl" + +src_install() { + dobin ${PN} || die +} |