summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>2010-03-21 18:44:32 +0000
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>2010-03-21 18:44:32 +0000
commite0fc8b61a6ed2f7c20aeb8522ac8ccc6c9d47bf5 (patch)
treef804d1a7da28a0edfa3689187a2c0d8a942f044e
parentdev-db/pgbouncer: Only use IUSE=doc for extra docs (diff)
downloadsunrise-e0fc8b61a6ed2f7c20aeb8522ac8ccc6c9d47bf5.tar.gz
sunrise-e0fc8b61a6ed2f7c20aeb8522ac8ccc6c9d47bf5.tar.bz2
sunrise-e0fc8b61a6ed2f7c20aeb8522ac8ccc6c9d47bf5.zip
app-misc/bashstyle-ng: New Ebuild for bug 310549, thanks to jlec
svn path=/sunrise/; revision=10322
-rw-r--r--app-misc/bashstyle-ng/ChangeLog8
-rw-r--r--app-misc/bashstyle-ng/Manifest4
-rw-r--r--app-misc/bashstyle-ng/bashstyle-ng-7.10.ebuild34
-rw-r--r--app-misc/bashstyle-ng/metadata.xml12
4 files changed, 58 insertions, 0 deletions
diff --git a/app-misc/bashstyle-ng/ChangeLog b/app-misc/bashstyle-ng/ChangeLog
new file mode 100644
index 000000000..74190454f
--- /dev/null
+++ b/app-misc/bashstyle-ng/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-misc/bashstyle-ng
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 21 Mar 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it>
+ +bashstyle-ng-7.10.ebuild, +metadata.xml:
+ New Ebuild for bug 310549, thanks to jlec
+
diff --git a/app-misc/bashstyle-ng/Manifest b/app-misc/bashstyle-ng/Manifest
new file mode 100644
index 000000000..9d589cc75
--- /dev/null
+++ b/app-misc/bashstyle-ng/Manifest
@@ -0,0 +1,4 @@
+DIST bashstyle-ng-7.10.tar.bz2 1343658 RMD160 6f343078b5f34be1321142d94450e451e1d526d0 SHA1 ef5d221cdfa328d8a69195cdee203e27970d1863 SHA256 698b676190a225d61377b8f144fa1e240ea60c1f86c463bb8fb320f618682269
+EBUILD bashstyle-ng-7.10.ebuild 813 RMD160 90fffc884ba97c4b476c4b535a08ac703158137a SHA1 7307fe626e5aa652604aef78d759252baffe0462 SHA256 3cf6f8c59193c223848db6f288a70a046e34c040b18ed4e7b66dad56868a87c0
+MISC ChangeLog 268 RMD160 b69c517c8993a82576ebba50edf15924f58a21be SHA1 98549f2fe726fc970e2beb56d9bc21c0c27458e1 SHA256 a3194d501490307c09d95a1ff34c90f0b87ed5a384ba6a1b9b693ae7ddbefbe4
+MISC metadata.xml 503 RMD160 9cb49b0efc59c5541dca857a29f2ce01ae0864a6 SHA1 4ab665fbceca102edd2750856175dcb70c4810fd SHA256 b9b573c7fe96c2540d24e383717d40be01a1954389e4c7d133b2ef144ba27c02
diff --git a/app-misc/bashstyle-ng/bashstyle-ng-7.10.ebuild b/app-misc/bashstyle-ng/bashstyle-ng-7.10.ebuild
new file mode 100644
index 000000000..a229037a0
--- /dev/null
+++ b/app-misc/bashstyle-ng/bashstyle-ng-7.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit gnome2
+
+DESCRIPTION="A graphical tool for changing the Bashs behaviour"
+HOMEPAGE="http://www.nanolx.org/"
+SRC_URI="http://download.tuxfamily.org/bashstyleng/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="acpi dmi doc pci pdf usb"
+
+DEPEND="x11-libs/vte[python]
+ sys-devel/gettext
+ acpi? ( sys-power/acpi )
+ dmi? ( sys-apps/dmidecode )
+ pci? ( sys-apps/pciutils )
+ pdf? ( app-text/ghostscript-gpl )
+ usb? ( sys-apps/usbutils )"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog README TODO )
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install die"
+ if use doc; then
+ dohtml documentation/* || die "documentation installation failed"
+ fi
+}
diff --git a/app-misc/bashstyle-ng/metadata.xml b/app-misc/bashstyle-ng/metadata.xml
new file mode 100644
index 000000000..ab411f8c4
--- /dev/null
+++ b/app-misc/bashstyle-ng/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+<use>
+ <flag name='acpi'>Enable support for apci informations</flag>
+ <flag name='doc'>Installs other html documentation</flag>
+ <flag name='dmi'>Enable support for <pkg>sys-apps/dmidecode</pkg></flag>
+ <flag name='pci'>Enable support for pci informations</flag>
+ <flag name='usb'>Enable support for usb informations</flag>
+</use>
+</pkgmetadata>