summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-01-07 23:10:55 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-01-07 23:10:55 +0000
commit7733f5ce12015f565ec00d6f743aeccb440d2379 (patch)
treef6e1725ee3d2d8ab5f9e35239933525148726b8f /x11-misc
parentBeta channel bump. (diff)
downloadgentoo-2-7733f5ce12015f565ec00d6f743aeccb440d2379.tar.gz
gentoo-2-7733f5ce12015f565ec00d6f743aeccb440d2379.tar.bz2
gentoo-2-7733f5ce12015f565ec00d6f743aeccb440d2379.zip
Initial import, wrt bug #433840. Ebuild by Marcin Kowalski and Russell York
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/dex/ChangeLog10
-rw-r--r--x11-misc/dex/dex-0.6.ebuild33
-rw-r--r--x11-misc/dex/metadata.xml8
3 files changed, 51 insertions, 0 deletions
diff --git a/x11-misc/dex/ChangeLog b/x11-misc/dex/ChangeLog
new file mode 100644
index 000000000000..2ce01161abe5
--- /dev/null
+++ b/x11-misc/dex/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/dex
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dex/ChangeLog,v 1.1 2013/01/07 23:10:55 pinkbyte Exp $
+
+*dex-0.6 (07 Jan 2013)
+
+ 07 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> +dex-0.6.ebuild,
+ +metadata.xml:
+ Initial import, wrt bug #433840. Ebuild by Marcin Kowalski and Russell York
+
diff --git a/x11-misc/dex/dex-0.6.ebuild b/x11-misc/dex/dex-0.6.ebuild
new file mode 100644
index 000000000000..7e106caed255
--- /dev/null
+++ b/x11-misc/dex/dex-0.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dex/dex-0.6.ebuild,v 1.1 2013/01/07 23:10:55 pinkbyte Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{3_1,3_2,3_3} )
+inherit eutils python-r1
+
+DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries"
+HOMEPAGE="http://e-jc.de/"
+SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+ virtual/python-argparse"
+DEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch_user
+}
+
+src_install() {
+ dobin dex
+ python_replicate_script "${ED}/usr/bin/dex"
+ dodoc README
+ doman dex.1
+}
diff --git a/x11-misc/dex/metadata.xml b/x11-misc/dex/metadata.xml
new file mode 100644
index 000000000000..b6b8956cde34
--- /dev/null
+++ b/x11-misc/dex/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>pinkbyte@gentoo.org</email>
+ <name>Sergey Popov</name>
+ </maintainer>
+</pkgmetadata>