diff options
author | Anders Lejon (lappen) <lappen@gmail.com> | 2008-06-15 23:25:49 +0000 |
---|---|---|
committer | Anders Lejon (lappen) <lappen@gmail.com> | 2008-06-15 23:25:49 +0000 |
commit | 0601d6b24b4d80276cdd222f243d07c9b30f01ae (patch) | |
tree | c06eb3feba87bcb5e5d7e9f6aec94d5653c6969f /x11-plugins | |
parent | x11-plugins/gdivelog-hyperaqualand-plugin: New ebuild for bug 227181. Thanks ... (diff) | |
download | sunrise-0601d6b24b4d80276cdd222f243d07c9b30f01ae.tar.gz sunrise-0601d6b24b4d80276cdd222f243d07c9b30f01ae.tar.bz2 sunrise-0601d6b24b4d80276cdd222f243d07c9b30f01ae.zip |
x11-plugins/gdivelog-suunto-plugin: New ebuild for bug 227157. Thanks to gentoofan23, Volkmar
svn path=/sunrise/; revision=6328
Diffstat (limited to 'x11-plugins')
4 files changed, 37 insertions, 0 deletions
diff --git a/x11-plugins/gdivelog-suunto-plugin/ChangeLog b/x11-plugins/gdivelog-suunto-plugin/ChangeLog new file mode 100644 index 000000000..531b7a26f --- /dev/null +++ b/x11-plugins/gdivelog-suunto-plugin/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/gdivelog-suunto-plugin +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 15 Jun 2008; Anders Lejon (lappen) <lappen@gmail.com> + +gdivelog-suunto-plugin-0.2.ebuild, +metadata.xml: + New ebuild for bug 227157. Thanks to gentoofan23, Volkmar + diff --git a/x11-plugins/gdivelog-suunto-plugin/Manifest b/x11-plugins/gdivelog-suunto-plugin/Manifest new file mode 100644 index 000000000..cdf366ca8 --- /dev/null +++ b/x11-plugins/gdivelog-suunto-plugin/Manifest @@ -0,0 +1,4 @@ +DIST gdivelog-suunto-plugin-0.2.tar.bz2 437691 RMD160 01777f1f645aad2e2a69d6e31b9ade8beb030332 SHA1 8ef97ea0a8dd6857a46250d0572a6ddf57f5e9b9 SHA256 ad4baa37438d96ede8b906aee5bf24efb57001e969984496267b0b189a63777e +EBUILD gdivelog-suunto-plugin-0.2.ebuild 484 RMD160 7931e0758eb4d58a042d6cb0470149ab99b6fb77 SHA1 fef9407d840eb4fdaddfd98f5c0ce7d9b25297bb SHA256 444121ae8d48845da207793655fa43e2d7071f5eac8d20dd3462bd036d98c961 +MISC ChangeLog 305 RMD160 fc79066c72317fb4fc6f6061cf7a1631c90dee51 SHA1 4a6255db20d0833dd6b6e06f2c8ee0ac51ae5b81 SHA256 86ea116aea81c097d59efa2dc9742ee114569a02b77ce09938098e9863557f24 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/x11-plugins/gdivelog-suunto-plugin/gdivelog-suunto-plugin-0.2.ebuild b/x11-plugins/gdivelog-suunto-plugin/gdivelog-suunto-plugin-0.2.ebuild new file mode 100644 index 000000000..b22417e75 --- /dev/null +++ b/x11-plugins/gdivelog-suunto-plugin/gdivelog-suunto-plugin-0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Suunto Cobra, Mosquito, Spyder, Stinger, Vyper ,Vytec plugins 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-suunto-plugin/metadata.xml b/x11-plugins/gdivelog-suunto-plugin/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/x11-plugins/gdivelog-suunto-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> |