diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-10-15 02:54:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-10-15 02:54:48 +0000 |
commit | d8f4ce7c1e94b5920e857676c4ea94d96ac20824 (patch) | |
tree | 726cf56e5f60028b18d4209b66d5a51eabfc2c8f /app-text/nopaste | |
parent | Stable on SPARC wrt bug #150219. (diff) | |
download | gentoo-2-d8f4ce7c1e94b5920e857676c4ea94d96ac20824.tar.gz gentoo-2-d8f4ce7c1e94b5920e857676c4ea94d96ac20824.tar.bz2 gentoo-2-d8f4ce7c1e94b5920e857676c4ea94d96ac20824.zip |
Add options for --nick and --desc, plus add a helpful error message. Thanks
to Bo Ørsted Andresen in #149066
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'app-text/nopaste')
-rw-r--r-- | app-text/nopaste/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/nopaste/files/digest-nopaste-1992 | 3 | ||||
-rw-r--r-- | app-text/nopaste/nopaste-1992.ebuild | 23 |
3 files changed, 33 insertions, 1 deletions
diff --git a/app-text/nopaste/ChangeLog b/app-text/nopaste/ChangeLog index 416bd39fb7b6..214bcd971e94 100644 --- a/app-text/nopaste/ChangeLog +++ b/app-text/nopaste/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/nopaste # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.10 2006/09/08 18:44:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.11 2006/10/15 02:54:47 agriffis Exp $ + +*nopaste-1992 (15 Oct 2006) + + 15 Oct 2006; Aron Griffis <agriffis@gentoo.org> +nopaste-1992.ebuild: + Add options for --nick and --desc, plus add a helpful error message. Thanks + to Bo Ørsted Andresen in #149066 08 Sep 2006; Aron Griffis <agriffis@gentoo.org> nopaste-1252.ebuild: Mark 1252 stable on ia64 diff --git a/app-text/nopaste/files/digest-nopaste-1992 b/app-text/nopaste/files/digest-nopaste-1992 new file mode 100644 index 000000000000..1559aebf8d6a --- /dev/null +++ b/app-text/nopaste/files/digest-nopaste-1992 @@ -0,0 +1,3 @@ +MD5 2f8ca9412ca35a55ad0164b69f982868 nopaste-1992 3224 +RMD160 033b01efb055c4a8daa6fd6a042fcfcbf14d055a nopaste-1992 3224 +SHA256 270af65bbe6ef11c21cd6302d8864602bd35e735ef5a295a4e3b4ecc43bb0b0d nopaste-1992 3224 diff --git a/app-text/nopaste/nopaste-1992.ebuild b/app-text/nopaste/nopaste-1992.ebuild new file mode 100644 index 000000000000..8d205d49317f --- /dev/null +++ b/app-text/nopaste/nopaste-1992.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-1992.ebuild,v 1.1 2006/10/15 02:54:47 agriffis Exp $ + +DESCRIPTION="command-line interface to rafb.net/paste" +HOMEPAGE="http://gentoo.org/~agriffis/nopaste/" +SRC_URI="${HOMEPAGE}/${P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~x86 ~x86-fbsd" +IUSE="X" + +DEPEND="" +RDEPEND="${DEPEND} + dev-lang/ruby + X? ( || ( x11-misc/xclip x11-misc/xcut ) )" + +S=${WORKDIR} + +src_install() { + newbin ${DISTDIR}/${P} ${PN} +} |