public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: dev-embedded/mysmartctl/
@ 2011-11-06 22:34 Michael Weber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2011-11-06 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e2530fc3d82e9f420a93aec86f0b412ef3f8c7c6
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 22:34:47 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 22:34:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=e2530fc3

Initial import

(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 dev-embedded/mysmartctl/ChangeLog              |   10 ++++++++
 dev-embedded/mysmartctl/Manifest               |   13 +++++++++++
 dev-embedded/mysmartctl/metadata.xml           |   10 ++++++++
 dev-embedded/mysmartctl/mysmartctl-9999.ebuild |   27 ++++++++++++++++++++++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/dev-embedded/mysmartctl/ChangeLog b/dev-embedded/mysmartctl/ChangeLog
new file mode 100644
index 0000000..06615ba
--- /dev/null
+++ b/dev-embedded/mysmartctl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-embedded/mysmartctl
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*mysmartctl-9999 (06 Nov 2011)
+
+  06 Nov 2011; Michael Weber <xmw@gentoo.org> +mysmartctl-9999.ebuild,
+  +metadata.xml:
+  Initial import
+

diff --git a/dev-embedded/mysmartctl/Manifest b/dev-embedded/mysmartctl/Manifest
new file mode 100644
index 0000000..ddddcd7
--- /dev/null
+++ b/dev-embedded/mysmartctl/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD mysmartctl-9999.ebuild 509 RMD160 08f365b7e15b1e8fd2ad95908a522db87bf69c61 SHA1 2ae8276b2f965fac8b3da7c7d921a85acce84388 SHA256 fff2ce539f7f12a511551c0e93c1f4aad0b3ef8b725e9c30e915e9edb36143ae
+MISC ChangeLog 262 RMD160 9ee2591f9112258f186ac28d7307aa7d157afab5 SHA1 e16a7b88bef6e1389996e6298f81b592ab5e476e SHA256 7d44d357c8eb8d81a63339f7cab1f3a198800e5b49bc482cb7b7fa23944090e9
+MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk63C4cACgkQknrdDGLu8JDBBgD+MdJQ3zfgcHX3w3yfgWD1yM28
+gva/hThkbYSMyH+ljSsBAJjFczuzNo2BJx8xYiugmqQLTnaU6agswqlEcnpDC3ZT
+=HCHr
+-----END PGP SIGNATURE-----

diff --git a/dev-embedded/mysmartctl/metadata.xml b/dev-embedded/mysmartctl/metadata.xml
new file mode 100644
index 0000000..02b909e
--- /dev/null
+++ b/dev-embedded/mysmartctl/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+

diff --git a/dev-embedded/mysmartctl/mysmartctl-9999.ebuild b/dev-embedded/mysmartctl/mysmartctl-9999.ebuild
new file mode 100644
index 0000000..d447323
--- /dev/null
+++ b/dev-embedded/mysmartctl/mysmartctl-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+EGIT_REPO_URI="https://github.com/b52/mysmartctl.git"
+inherit autotools git-2
+
+DESCRIPTION="controller and terminal for the mySmartUSB"
+HOMEPAGE="https://github.com/b52/mysmartctl"
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="sys-libs/ncurses"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	sed -e "s:@PACKAGE@:@PACKAGE@-${PV}:" \
+		-i data/Makefile.am
+
+	eautoreconf
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/xmw:master commit in: dev-embedded/mysmartctl/
@ 2012-10-06 11:26 Michael Weber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2012-10-06 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     eb48d6d207eb8874784e667d46644724c9808724
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 11:27:22 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 11:27:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=eb48d6d2

dev-embedded/mysmartctl: Add snapshot version

(Portage version: 2.1.11.13/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 dev-embedded/mysmartctl/ChangeLog                  |    8 +++++++-
 dev-embedded/mysmartctl/Manifest                   |   12 +++++-------
 ...l-9999.ebuild => mysmartctl-0_p20111211.ebuild} |    9 ++++-----
 dev-embedded/mysmartctl/mysmartctl-9999.ebuild     |    5 ++---
 4 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/dev-embedded/mysmartctl/ChangeLog b/dev-embedded/mysmartctl/ChangeLog
index 06615ba..d8bd789 100644
--- a/dev-embedded/mysmartctl/ChangeLog
+++ b/dev-embedded/mysmartctl/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-embedded/mysmartctl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mysmartctl-0_p20111211 (06 Oct 2012)
+
+  06 Oct 2012; Michael Weber <xmw@gentoo.org> +mysmartctl-0_p20111211.ebuild,
+  mysmartctl-9999.ebuild:
+  Add snapshot version
+
 *mysmartctl-9999 (06 Nov 2011)
 
   06 Nov 2011; Michael Weber <xmw@gentoo.org> +mysmartctl-9999.ebuild,

diff --git a/dev-embedded/mysmartctl/Manifest b/dev-embedded/mysmartctl/Manifest
index ddddcd7..634d25a 100644
--- a/dev-embedded/mysmartctl/Manifest
+++ b/dev-embedded/mysmartctl/Manifest
@@ -1,13 +1,11 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD mysmartctl-9999.ebuild 509 RMD160 08f365b7e15b1e8fd2ad95908a522db87bf69c61 SHA1 2ae8276b2f965fac8b3da7c7d921a85acce84388 SHA256 fff2ce539f7f12a511551c0e93c1f4aad0b3ef8b725e9c30e915e9edb36143ae
-MISC ChangeLog 262 RMD160 9ee2591f9112258f186ac28d7307aa7d157afab5 SHA1 e16a7b88bef6e1389996e6298f81b592ab5e476e SHA256 7d44d357c8eb8d81a63339f7cab1f3a198800e5b49bc482cb7b7fa23944090e9
-MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
+DIST mysmartctl-0_p20111211.tar.gz 18143 SHA256 3122613554e6c18a4c1d8505cb6bfe951210d9e8142b1f51619a67ec0897298b SHA512 18baa4bc6331ffb8084de2cae18c2b6908a0978fa02331faa3eaa634fabb9ad73dec1c1cdd6c2635be43ce3daee236ae0fb25054c7e7412dd14ffedd3b606f47 WHIRLPOOL 0eba2bb1b73e219910cabbd35afe13b56f004c2dd68f56207bf6489276510e366c0cbc9d96d01b0a4953a040c340af8bd023b79962bb0b2001e8ef86543aeb10
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
 
-iF4EAREIAAYFAk63C4cACgkQknrdDGLu8JDBBgD+MdJQ3zfgcHX3w3yfgWD1yM28
-gva/hThkbYSMyH+ljSsBAJjFczuzNo2BJx8xYiugmqQLTnaU6agswqlEcnpDC3ZT
-=HCHr
+iF4EAREIAAYFAlBwFZoACgkQknrdDGLu8JBaygD8DOKxswMd+WuiJ3uTRdxsuTmg
+a7+5ZvmRwFBcc4oXEmEA/2TTsoZcccmGvD7deLUmKuq9eaWa8h7yZwuz6TLS6+Wp
+=BK11
 -----END PGP SIGNATURE-----

diff --git a/dev-embedded/mysmartctl/mysmartctl-9999.ebuild b/dev-embedded/mysmartctl/mysmartctl-0_p20111211.ebuild
similarity index 68%
copy from dev-embedded/mysmartctl/mysmartctl-9999.ebuild
copy to dev-embedded/mysmartctl/mysmartctl-0_p20111211.ebuild
index d447323..c6b5f28 100644
--- a/dev-embedded/mysmartctl/mysmartctl-9999.ebuild
+++ b/dev-embedded/mysmartctl/mysmartctl-0_p20111211.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
 
-EGIT_REPO_URI="https://github.com/b52/mysmartctl.git"
-inherit autotools git-2
+inherit autotools vcs-snapshot
 
 DESCRIPTION="controller and terminal for the mySmartUSB"
 HOMEPAGE="https://github.com/b52/mysmartctl"
-SRC_URI=""
+SRC_URI="https://github.com/b52/mysmartctl/tarball/8cb2da38 -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses"

diff --git a/dev-embedded/mysmartctl/mysmartctl-9999.ebuild b/dev-embedded/mysmartctl/mysmartctl-9999.ebuild
index d447323..1d8189b 100644
--- a/dev-embedded/mysmartctl/mysmartctl-9999.ebuild
+++ b/dev-embedded/mysmartctl/mysmartctl-9999.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
 
-EGIT_REPO_URI="https://github.com/b52/mysmartctl.git"
 inherit autotools git-2
 
 DESCRIPTION="controller and terminal for the mySmartUSB"
 HOMEPAGE="https://github.com/b52/mysmartctl"
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/b52/mysmartctl.git"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-06 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-06 22:34 [gentoo-commits] dev/xmw:master commit in: dev-embedded/mysmartctl/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2012-10-06 11:26 Michael Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox