summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2003-03-22 04:30:11 +0000
committerLars Weiler <pylon@gentoo.org>2003-03-22 04:30:11 +0000
commitf5cf77f2123c593dd1b574b288d2e2a3ea9af644 (patch)
treed7cddf99c9ad56d1164e01d6da76ff7afefaaff4 /app-misc/gscmxx
parentpermissions fix. (diff)
downloadgentoo-2-f5cf77f2123c593dd1b574b288d2e2a3ea9af644.tar.gz
gentoo-2-f5cf77f2123c593dd1b574b288d2e2a3ea9af644.tar.bz2
gentoo-2-f5cf77f2123c593dd1b574b288d2e2a3ea9af644.zip
new ebuild
Diffstat (limited to 'app-misc/gscmxx')
-rw-r--r--app-misc/gscmxx/ChangeLog13
-rw-r--r--app-misc/gscmxx/files/digest-gscmxx-0.4.11
-rw-r--r--app-misc/gscmxx/gscmxx-0.4.1.ebuild24
3 files changed, 38 insertions, 0 deletions
diff --git a/app-misc/gscmxx/ChangeLog b/app-misc/gscmxx/ChangeLog
new file mode 100644
index 000000000000..f2f15f55bb51
--- /dev/null
+++ b/app-misc/gscmxx/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for app-misc/gscmxx
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gscmxx/ChangeLog,v 1.1 2003/03/22 04:30:11 pylon Exp $
+
+*gscmxx-0.4.1 (22 Mar 2003)
+
+ 22 Mar 2003; Lars Weiler <pylon@gentoo.org> gscmxx-0.4.1.ebuild:
+ initial ChangeLog
+
+ closes bug 13044
+
+ Thanks to Janne Johansson and Reik Keutterling for submitting the ebuild!
+
diff --git a/app-misc/gscmxx/files/digest-gscmxx-0.4.1 b/app-misc/gscmxx/files/digest-gscmxx-0.4.1
new file mode 100644
index 000000000000..e201b73022bd
--- /dev/null
+++ b/app-misc/gscmxx/files/digest-gscmxx-0.4.1
@@ -0,0 +1 @@
+MD5 5efea1ca76d0e32928e9decde8525f14 gscmxx-0.4.1.tar.gz 191106
diff --git a/app-misc/gscmxx/gscmxx-0.4.1.ebuild b/app-misc/gscmxx/gscmxx-0.4.1.ebuild
new file mode 100644
index 000000000000..70489774cada
--- /dev/null
+++ b/app-misc/gscmxx/gscmxx-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gscmxx/gscmxx-0.4.1.ebuild,v 1.1 2003/03/22 04:30:11 pylon Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A frontend for scmxx (exchange data with Siemens phones)."
+HOMEPAGE="http://gscmxx.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="${DEPEND}"
+RDEPEND=">=app-misc/scmxx-0.6
+ >=dev-lang/perl-5.005
+ >=dev-perl/gtk-perl-0.7008
+ >=x11-libs/gtk+-1.2.8
+ >=dev-perl/ImageSize-2.92
+ media-gfx/imagemagick"