diff options
author | Anders Lejon (lappen) <lappen@gmail.com> | 2008-06-15 23:20:50 +0000 |
---|---|---|
committer | Anders Lejon (lappen) <lappen@gmail.com> | 2008-06-15 23:20:50 +0000 |
commit | f7d620ab6bc3713f1c668d03d75950fb5916acad (patch) | |
tree | 108f9d1eb75600115f17bb453d72ce185287c322 /x11-plugins | |
parent | sys-apps/gdivelog: Fix ebuild dependencies. Thanks gentoofan23 (diff) | |
download | sunrise-f7d620ab6bc3713f1c668d03d75950fb5916acad.tar.gz sunrise-f7d620ab6bc3713f1c668d03d75950fb5916acad.tar.bz2 sunrise-f7d620ab6bc3713f1c668d03d75950fb5916acad.zip |
x11-plugins/gdivelog-hyperaqualand-plugin: New ebuild for bug 227181. Thanks to gentoofan23, Volkmar
svn path=/sunrise/; revision=6327
Diffstat (limited to 'x11-plugins')
4 files changed, 36 insertions, 0 deletions
diff --git a/x11-plugins/gdivelog-hyperaqualand-plugin/ChangeLog b/x11-plugins/gdivelog-hyperaqualand-plugin/ChangeLog new file mode 100644 index 000000000..a65acc1e1 --- /dev/null +++ b/x11-plugins/gdivelog-hyperaqualand-plugin/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/gdivelog-hyperaqualand-plugin +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 15 Jun 2008; Anders Lejon (lappen) <lappen@gmail.com> + +gdivelog-hyperaqualand-plugin-0.1.ebuild, +metadata.xml: + New ebuild for bug 227181. Thanks to gentoofan23, Volkmar + diff --git a/x11-plugins/gdivelog-hyperaqualand-plugin/Manifest b/x11-plugins/gdivelog-hyperaqualand-plugin/Manifest new file mode 100644 index 000000000..4fba8ec50 --- /dev/null +++ b/x11-plugins/gdivelog-hyperaqualand-plugin/Manifest @@ -0,0 +1,4 @@ +DIST gdivelog-hyperaqualand-plugin-0.1.tar.bz2 430480 RMD160 8a701a11fe6b0f0d3f0897c7c1182fefe7e4f320 SHA1 fb6542ede64801cc95ab2dd7a6efc120b26081a9 SHA256 216ca3f2371490a765597949b5e2f9a5e3d0434e7b4913c2aa8d0fb3eb1a91ed +EBUILD gdivelog-hyperaqualand-plugin-0.1.ebuild 451 RMD160 501c5d5a98b05a507ab1450f4056a5901a357470 SHA1 e99b9304ea603a4c5618c6ff9c744d5feafc9201 SHA256 f39ab1897e781ed4d62856074c675b139df108be0abf09f8676bc34021b14072 +MISC ChangeLog 319 RMD160 190b304a610e45bda42741e85c7bc8e7b690f911 SHA1 1f7461477603dd756b7b2261e4979d8832ee24c2 SHA256 2ad438d42f9ef5fb4c7ba1c3bf3b1f93caf0fc8edeb271e6c4bc24cdb862d4cf +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/x11-plugins/gdivelog-hyperaqualand-plugin/gdivelog-hyperaqualand-plugin-0.1.ebuild b/x11-plugins/gdivelog-hyperaqualand-plugin/gdivelog-hyperaqualand-plugin-0.1.ebuild new file mode 100644 index 000000000..cbe54187d --- /dev/null +++ b/x11-plugins/gdivelog-hyperaqualand-plugin/gdivelog-hyperaqualand-plugin-0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Citizen Hyperaqualand plugin for gdivelog" +HOMEPAGE="http://gdivelog.sourceforge.net/" +SRC_URI="mirror://sourceforge/gdivelog/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="sys-apps/gdivelog" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} diff --git a/x11-plugins/gdivelog-hyperaqualand-plugin/metadata.xml b/x11-plugins/gdivelog-hyperaqualand-plugin/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/x11-plugins/gdivelog-hyperaqualand-plugin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> |