Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/nopaste: ChangeLog nopaste-2802.ebuild
Date: Thu, 08 Nov 2007 16:11:37
Message-Id: E1Iq9yd-0002E2-BE@stork.gentoo.org
1 drac 07/11/08 16:11:31
2
3 Modified: ChangeLog
4 Added: nopaste-2802.ebuild
5 Log:
6 Version bump with slightly better error handling wrt #193170, thanks to Aron Griffis.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.18 app-text/nopaste/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 15 Oct 2007 08:12:06 -0000 1.17
23 +++ ChangeLog 8 Nov 2007 16:11:30 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/nopaste
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.17 2007/10/15 08:12:06 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.18 2007/11/08 16:11:30 drac Exp $
29 +
30 +*nopaste-2802 (08 Nov 2007)
31 +
32 + 08 Nov 2007; Samuli Suominen <drac@g.o> +nopaste-2802.ebuild:
33 + Version bump with slightly better error handling wrt #193170, thanks to Aron
34 + Griffis.
35
36 15 Oct 2007; Krzysiek Pawlik <nelchael@g.o> nopaste-1992.ebuild:
37 Remove x11-misc/xcut from RDEPEND.
38
39
40
41 1.1 app-text/nopaste/nopaste-2802.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/nopaste-2802.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/nopaste-2802.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nopaste-2802.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-2802.ebuild,v 1.1 2007/11/08 16:11:30 drac Exp $
51
52 DESCRIPTION="command-line interface to rafb.net/paste"
53 HOMEPAGE="http://n01se.net/agriffis/nopaste"
54 SRC_URI="${HOMEPAGE}/${P}"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc-fbsd ~sparc ~x86 ~x86-fbsd"
59 IUSE="X"
60
61 DEPEND=""
62 RDEPEND="${DEPEND}
63 dev-lang/ruby
64 X? ( x11-misc/xclip )"
65
66 S=${WORKDIR}
67
68 src_unpack() { :; }
69
70 src_install() {
71 newbin "${DISTDIR}"/${P} ${PN}
72 }
73
74
75
76 --
77 gentoo-commits@g.o mailing list