diff options
author | Fernando Serboncini <fserb@gentoo.org> | 2005-06-25 20:19:46 +0000 |
---|---|---|
committer | Fernando Serboncini <fserb@gentoo.org> | 2005-06-25 20:19:46 +0000 |
commit | 6c7a8f3a245cea12eb3a785354e9579d4a1782a0 (patch) | |
tree | 3f75fadc05428f5cfa75419e36d4ee5032a91f46 /net-misc/vncsnapshot | |
parent | ~s390 (diff) | |
download | gentoo-2-6c7a8f3a245cea12eb3a785354e9579d4a1782a0.tar.gz gentoo-2-6c7a8f3a245cea12eb3a785354e9579d4a1782a0.tar.bz2 gentoo-2-6c7a8f3a245cea12eb3a785354e9579d4a1782a0.zip |
version 1.2a bump. Added metadata
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/vncsnapshot')
-rw-r--r-- | net-misc/vncsnapshot/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/vncsnapshot/Manifest | 5 | ||||
-rw-r--r-- | net-misc/vncsnapshot/files/digest-vncsnapshot-1.2a | 1 | ||||
-rw-r--r-- | net-misc/vncsnapshot/metadata.xml | 9 | ||||
-rw-r--r-- | net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild | 28 |
5 files changed, 50 insertions, 3 deletions
diff --git a/net-misc/vncsnapshot/ChangeLog b/net-misc/vncsnapshot/ChangeLog index 1877400f535a..ec066e3e7dca 100644 --- a/net-misc/vncsnapshot/ChangeLog +++ b/net-misc/vncsnapshot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/vncsnapshot -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/ChangeLog,v 1.3 2004/06/25 00:18:57 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/ChangeLog,v 1.4 2005/06/25 20:19:46 fserb Exp $ + +*vncsnapshot-1.2a (25 Jun 2005) + + 25 Jun 2005; Fernando Serboncini <fserb@gentoo.org> +metadata.xml, + +vncsnapshot-1.2a.ebuild: + Version bump. Assuming maintainership. 19 Jun 2004; David Holm <dholm@gentoo.org> vncsnapshot-1.1.ebuild: Added to ~ppc. diff --git a/net-misc/vncsnapshot/Manifest b/net-misc/vncsnapshot/Manifest index fa79a8af9647..76b7fd20ccf8 100644 --- a/net-misc/vncsnapshot/Manifest +++ b/net-misc/vncsnapshot/Manifest @@ -1,3 +1,6 @@ -MD5 661487184944a3631ef6e584b05a0119 vncsnapshot-1.1.ebuild 889 MD5 c9e227c361cd6312636edf19ca5453bf ChangeLog 425 +MD5 661487184944a3631ef6e584b05a0119 vncsnapshot-1.1.ebuild 889 +MD5 661487184944a3631ef6e584b05a0119 vncsnapshot-1.2a.ebuild 889 +MD5 db6edc8a810ccb0d18acaf03e20a677c metadata.xml 259 MD5 21841ad97e9ecf1236c69f9999e779d7 files/digest-vncsnapshot-1.1 71 +MD5 5282a9f8749ae599819f873f2c66ccd1 files/digest-vncsnapshot-1.2a 72 diff --git a/net-misc/vncsnapshot/files/digest-vncsnapshot-1.2a b/net-misc/vncsnapshot/files/digest-vncsnapshot-1.2a new file mode 100644 index 000000000000..72f1cb52f7a3 --- /dev/null +++ b/net-misc/vncsnapshot/files/digest-vncsnapshot-1.2a @@ -0,0 +1 @@ +MD5 6abf3c0c5bbfde70d51fa09edfb717da vncsnapshot-1.2a-src.tar.bz2 70121 diff --git a/net-misc/vncsnapshot/metadata.xml b/net-misc/vncsnapshot/metadata.xml new file mode 100644 index 000000000000..2559b4ecb2b4 --- /dev/null +++ b/net-misc/vncsnapshot/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>fserb@gentoo.org</email> + <name>Fernando Serboncini</name> + </maintainer> +</pkgmetadata> diff --git a/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild b/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild new file mode 100644 index 000000000000..4cd4eb4dc9b4 --- /dev/null +++ b/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild,v 1.1 2005/06/25 20:19:46 fserb Exp $ + +LICENSE="GPL-2" +DESCRIPTION="A command-line tool for taking JPEG snapshots of VNC servers" +SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2" +HOMEPAGE="http://vncsnapshot.sourceforge.net/" +KEYWORDS="~ppc ~x86" +IUSE="" +SLOT="0" +DEPEND=">=media-libs/jpeg-6b + >=sys-libs/zlib-1.1.4" + +# no configure for this puppy +src_compile() { + #note: We override CDEBUGFLAGS instead of CFLAGS because otherwise + # we lost the INCLUDES in the makefile. + make CDEBUGFLAGS="${CFLAGS}" || die "make failed" +} + + +# likewise, no make install (we're real Unix hackers, we are) +src_install() { + dobin vncsnapshot || die + cp vncsnapshot.man1 vncsnapshot.1 + doman vncsnapshot.1 +} |