Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/screenfetch: screenfetch-3.0.5.ebuild screenfetch-9999.ebuild ChangeLog
Date: Fri, 30 Aug 2013 23:52:48
Message-Id: 20130830235245.9C44C20036@flycatcher.gentoo.org
1 hwoarang 13/08/30 23:52:45
2
3 Modified: ChangeLog
4 Added: screenfetch-3.0.5.ebuild screenfetch-9999.ebuild
5 Log:
6 Version bump. Bug #481702. Thanks to Ari Malinen and Jeroen Roovers
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
9
10 Revision Changes Path
11 1.9 app-misc/screenfetch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screenfetch/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screenfetch/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screenfetch/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/screenfetch/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 2 Jun 2013 20:42:14 -0000 1.8
24 +++ ChangeLog 30 Aug 2013 23:52:45 -0000 1.9
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-misc/screenfetch
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screenfetch/ChangeLog,v 1.8 2013/06/02 20:42:14 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screenfetch/ChangeLog,v 1.9 2013/08/30 23:52:45 hwoarang Exp $
30 +
31 +*screenfetch-9999 (30 Aug 2013)
32 +*screenfetch-3.0.5 (30 Aug 2013)
33 +
34 + 30 Aug 2013; Markos Chandras <hwoarang@g.o> +screenfetch-3.0.5.ebuild,
35 + +screenfetch-9999.ebuild:
36 + Version bump. Bug #481702. Thanks to Ari Malinen and Jeroen Roovers
37
38 02 Jun 2013; Markos Chandras <hwoarang@g.o> screenfetch-2.7.7.ebuild:
39 Stable on amd64/x86
40
41
42
43 1.1 app-misc/screenfetch/screenfetch-3.0.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screenfetch/screenfetch-3.0.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screenfetch/screenfetch-3.0.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: screenfetch-3.0.5.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-misc/screenfetch/screenfetch-3.0.5.ebuild,v 1.1 2013/08/30 23:52:45 hwoarang Exp $
53
54 EAPI=4
55
56 MY_PN="${PN/f/F}"
57 DESCRIPTION="A Bash Screenshot Information Tool"
58 HOMEPAGE="https://github.com/KittyKatt/screenFetch"
59 if [[ ${PV} == *9999* ]]; then
60 inherit git-2
61 EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch"
62 KEYWORDS=""
63 else
64 SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> \
65 ${P}.tar.gz"
66 KEYWORDS="~amd64 ~x86"
67 S="${WORKDIR}/${MY_PN}-${PV}"
68 fi
69
70 LICENSE="GPL-3"
71 SLOT="0"
72 IUSE=""
73
74 RDEPEND="media-gfx/scrot
75 x11-apps/xdpyinfo"
76
77 src_install() {
78 dobin ${PN}-dev
79 # also known as screenfetch
80 dosym ${PN}-dev /usr/bin/${PN}
81 dodoc CHANGELOG README.mkdn TODO
82 }
83
84
85
86 1.1 app-misc/screenfetch/screenfetch-9999.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screenfetch/screenfetch-9999.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screenfetch/screenfetch-9999.ebuild?rev=1.1&content-type=text/plain
90
91 Index: screenfetch-9999.ebuild
92 ===================================================================
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/app-misc/screenfetch/screenfetch-9999.ebuild,v 1.1 2013/08/30 23:52:45 hwoarang Exp $
96
97 EAPI=4
98
99 MY_PN="${PN/f/F}"
100 DESCRIPTION="A Bash Screenshot Information Tool"
101 HOMEPAGE="https://github.com/KittyKatt/screenFetch"
102 if [[ ${PV} == *9999* ]]; then
103 inherit git-2
104 EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch"
105 KEYWORDS=""
106 else
107 SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> \
108 ${P}.tar.gz"
109 KEYWORDS="~amd64 ~x86"
110 S="${WORKDIR}/${MY_PN}-${PV}"
111 fi
112
113 LICENSE="GPL-3"
114 SLOT="0"
115 IUSE=""
116
117 RDEPEND="media-gfx/scrot
118 x11-apps/xdpyinfo"
119
120 src_install() {
121 dobin ${PN}-dev
122 # also known as screenfetch
123 dosym ${PN}-dev /usr/bin/${PN}
124 dodoc CHANGELOG README.mkdn TODO
125 }