summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-01-30 02:39:17 +0000
committerLars Weiler <pylon@gentoo.org>2004-01-30 02:39:17 +0000
commit5d2c5a8b5b660e1a48ebf0bdbf239ab368377edb (patch)
treeb1b11e4e711f79cd3210c15e8e784a72575b4cd5 /app-misc/gscmxx/gscmxx-0.4.1-r1.ebuild
parentAdd a patch against sandbox violation. (diff)
downloadgentoo-2-5d2c5a8b5b660e1a48ebf0bdbf239ab368377edb.tar.gz
gentoo-2-5d2c5a8b5b660e1a48ebf0bdbf239ab368377edb.tar.bz2
gentoo-2-5d2c5a8b5b660e1a48ebf0bdbf239ab368377edb.zip
Add a patch against sandbox violation.
Diffstat (limited to 'app-misc/gscmxx/gscmxx-0.4.1-r1.ebuild')
-rw-r--r--app-misc/gscmxx/gscmxx-0.4.1-r1.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-misc/gscmxx/gscmxx-0.4.1-r1.ebuild b/app-misc/gscmxx/gscmxx-0.4.1-r1.ebuild
new file mode 100644
index 000000000000..8144d8123661
--- /dev/null
+++ b/app-misc/gscmxx/gscmxx-0.4.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 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-r1.ebuild,v 1.1 2004/01/30 02:39:05 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"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-destdir.diff
+}