summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-08-07 00:34:58 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-08-07 00:34:58 +0000
commit554f392653906df67c8221860479345bd13c5a6b (patch)
tree0dd940a4b6b8a606ee04d40cfe81df1a2754d6df /app-pda
parentamd64 stable, bug 278689 (diff)
downloadgentoo-2-554f392653906df67c8221860479345bd13c5a6b.tar.gz
gentoo-2-554f392653906df67c8221860479345bd13c5a6b.tar.bz2
gentoo-2-554f392653906df67c8221860479345bd13c5a6b.zip
first release
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-gcemirror/ChangeLog10
-rw-r--r--app-pda/synce-gcemirror/metadata.xml21
-rw-r--r--app-pda/synce-gcemirror/synce-gcemirror-0.1.ebuild24
3 files changed, 55 insertions, 0 deletions
diff --git a/app-pda/synce-gcemirror/ChangeLog b/app-pda/synce-gcemirror/ChangeLog
new file mode 100644
index 000000000000..9348e85b476f
--- /dev/null
+++ b/app-pda/synce-gcemirror/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-pda/synce-gcemirror
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gcemirror/ChangeLog,v 1.1 2009/08/07 00:34:58 mescalinum Exp $
+
+*synce-gcemirror-0.1 (07 Aug 2009)
+
+ 07 Aug 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-gcemirror-0.1.ebuild, +metadata.xml:
+ First release
+
diff --git a/app-pda/synce-gcemirror/metadata.xml b/app-pda/synce-gcemirror/metadata.xml
new file mode 100644
index 000000000000..56d48b762073
--- /dev/null
+++ b/app-pda/synce-gcemirror/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>pda</herd>
+<maintainer>
+<email>iaindb@netspace.net.au</email>
+<name>Iain Buchanan</name>
+<description>Proxy maintaining through mescalinum</description>
+</maintainer>
+<maintainer>
+<email>mescalinum@gentoo.org</email>
+<name>Federico Ferri</name>
+</maintainer>
+<use>
+</use>
+<longdescription>
+GCEmirror is an application that allows you to interact with your
+SynCE-compatible device (WinCE, WM5, WM6 PDA and phones) like VNC
+allows you to do with traditional computers.
+</longdescription>
+</pkgmetadata>
diff --git a/app-pda/synce-gcemirror/synce-gcemirror-0.1.ebuild b/app-pda/synce-gcemirror/synce-gcemirror-0.1.ebuild
new file mode 100644
index 000000000000..cbbbc0d28282
--- /dev/null
+++ b/app-pda/synce-gcemirror/synce-gcemirror-0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gcemirror/synce-gcemirror-0.1.ebuild,v 1.1 2009/08/07 00:34:58 mescalinum Exp $
+
+MY_PN="${PN/synce-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="GTK+ remote viewer display for SynCE devices."
+HOMEPAGE="http://www.synce.org/"
+SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-pda/synce-libsynce"
+RDEPEND="app-pda/synce"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+}