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 | 9ae15fb69371d5480b054439017e2062b4ec7012 (patch) | |
tree | 25a6c4095dee4991842dcfb8c8d0f150c1f7e90a /app-text/pastebin | |
parent | sci-mathematics/maxima USE flag openmcl is for amd64 and x86 only (diff) | |
download | gentoo-2-9ae15fb69371d5480b054439017e2062b4ec7012.tar.gz gentoo-2-9ae15fb69371d5480b054439017e2062b4ec7012.tar.bz2 gentoo-2-9ae15fb69371d5480b054439017e2062b4ec7012.zip |
Initial import. Many thanks to all the contributors on bug 235377. Moved from sunrise overlay
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pastebin')
-rw-r--r-- | app-text/pastebin/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/pastebin/metadata.xml | 5 | ||||
-rw-r--r-- | app-text/pastebin/pastebin-0.5.ebuild | 19 |
3 files changed, 35 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/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 +} |