diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-28 18:33:41 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-28 18:33:41 +0000 |
commit | 279cb1fcd0c47c4ed5b73520f0fe2a84e94cf114 (patch) | |
tree | ede266282f197b6788d879df418bc63e47ca41b0 /app-text/pastebin | |
parent | ppc stable #300861 (diff) | |
download | historical-279cb1fcd0c47c4ed5b73520f0fe2a84e94cf114.tar.gz historical-279cb1fcd0c47c4ed5b73520f0fe2a84e94cf114.tar.bz2 historical-279cb1fcd0c47c4ed5b73520f0fe2a84e94cf114.zip |
Version Bump, per 306695
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'app-text/pastebin')
-rw-r--r-- | app-text/pastebin/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/pastebin/pastebin-0.6.1.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/app-text/pastebin/ChangeLog b/app-text/pastebin/ChangeLog index c0089fc25afd..3c6ddbe050ee 100644 --- a/app-text/pastebin/ChangeLog +++ b/app-text/pastebin/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.2 2010/02/28 18:33:41 jlec Exp $ + +*pastebin-0.6.1 (28 Feb 2010) + + 28 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> + +pastebin-0.6.1.ebuild: + Version Bump, per 306695 *pastebin-0.5 (25 Dec 2009) diff --git a/app-text/pastebin/pastebin-0.6.1.ebuild b/app-text/pastebin/pastebin-0.6.1.ebuild new file mode 100644 index 000000000000..79a31c55d345 --- /dev/null +++ b/app-text/pastebin/pastebin-0.6.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/pastebin-0.6.1.ebuild,v 1.1 2010/02/28 18:33:41 jlec 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 +} |