Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/hasciicam: metadata.xml ChangeLog Manifest hasciicam-1.0.ebuild
Date: Fri, 01 Feb 2008 13:13:10
Message-Id: E1JKvhb-0003kA-52@stork.gentoo.org
1 drac 08/02/01 13:13:07
2
3 Added: metadata.xml ChangeLog Manifest
4 hasciicam-1.0.ebuild
5 Log:
6 Initial commit. You guessed right, a webcam software using aalib (ascii graphics library) as output..
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.1 media-video/hasciicam/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/hasciicam/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/hasciicam/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>video</herd>
21 <maintainer>
22 <email>drac@g.o</email>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 media-video/hasciicam/ChangeLog
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/hasciicam/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/hasciicam/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for media-video/hasciicam
36 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/media-video/hasciicam/ChangeLog,v 1.1 2008/02/01 13:13:06 drac Exp $
38
39 *hasciicam-1.0 (01 Feb 2008)
40
41 01 Feb 2008; Samuli Suominen <drac@g.o> +hasciicam-1.0.ebuild:
42 Initial commit.
43
44
45
46
47 1.1 media-video/hasciicam/Manifest
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/hasciicam/Manifest?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/hasciicam/Manifest?rev=1.1&content-type=text/plain
51
52 Index: Manifest
53 ===================================================================
54 DIST hasciicam-1.0.tar.gz 115844 RMD160 c9818b0065123bf62cab79eaa1e1db6b5da0bfc7 SHA1 44cd3123c4f6fde52d1ca5bf7d14de5c6be077fa SHA256 b8ed7b5318204f31a487d03a9237f5722fc45aab17e2b3447ddc7cdc371ee2c2
55 EBUILD hasciicam-1.0.ebuild 498 RMD160 5eb305485d14790e58b0b9082af9f860526edd60 SHA1 9b2eeff0548050cce4eb5cc2a459b6c456d12c43 SHA256 9925e1912e9f515da185e02f6102dd701dacca9b3f01d7686fd250ca8706bb7b
56 MISC ChangeLog 243 RMD160 f51563dd70cb62961ad98a3dbc4d3f2d990c019b SHA1 b35e3ea7e9652f6ad95cb6d81ca2eec10f7816ff SHA256 e6b8baffd07dd7b617aa66c3f1f4adbdad7f4504d44a366f84552d9daee11c08
57 MISC metadata.xml 216 RMD160 bf3331e57d3ead68586f1772afbbe4e0a2d6730c SHA1 4d4145f6b821dcd4501d62904bffe8927ce17b0c SHA256 891d6b3e01002001a70ec76ba1fc11af4970298db89286e0fe41c300054fe366
58
59
60
61 1.1 media-video/hasciicam/hasciicam-1.0.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/hasciicam/hasciicam-1.0.ebuild?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/hasciicam/hasciicam-1.0.ebuild?rev=1.1&content-type=text/plain
65
66 Index: hasciicam-1.0.ebuild
67 ===================================================================
68 # Copyright 1999-2008 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Header: /var/cvsroot/gentoo-x86/media-video/hasciicam/hasciicam-1.0.ebuild,v 1.1 2008/02/01 13:13:06 drac Exp $
71
72 DESCRIPTION="a webcam software displaying ascii art using aalib."
73 HOMEPAGE="http://ascii.dyne.org"
74 SRC_URI="ftp://ftp.dyne.org/${PN}/releases/${P}.tar.gz"
75
76 LICENSE="GPL-2"
77 SLOT="0"
78 KEYWORDS="~amd64"
79 IUSE=""
80
81 RDEPEND="media-libs/aalib"
82 DEPEND="${RDEPEND}"
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "emake install failed."
86 dodoc AUTHORS ChangeLog NEWS README TODO
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list