* [gentoo-commits] dev/xmw:master commit in: sys-apps/pause/
@ 2013-02-20 6:11 Michael Weber
0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2013-02-20 6:11 UTC (permalink / raw
To: gentoo-commits
commit: 2d2fa62f9712290eec730ffe285072bf88855ffc
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 20 06:10:53 2013 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 20 06:10:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=2d2fa62f
Add tagged version, fix KEYWORDS
Package-Manager: portage-2.2.0_alpha163
Manifest-Sign-Key: 62EEF090
---
sys-apps/pause/ChangeLog | 6 ++++++
sys-apps/pause/Manifest | 11 +++++++++++
.../{pause-9999.ebuild => pause-0.9.0.ebuild} | 4 ++--
sys-apps/pause/pause-9999.ebuild | 2 +-
4 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/sys-apps/pause/ChangeLog b/sys-apps/pause/ChangeLog
index 8c39b55..e7cce8f 100644
--- a/sys-apps/pause/ChangeLog
+++ b/sys-apps/pause/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*pause-0.9.0 (20 Feb 2013)
+
+ 20 Feb 2013; Michael Weber <xmw@gentoo.org> +pause-0.9.0.ebuild,
+ pause-9999.ebuild:
+ Add tagged version, fix KEYWORDS
+
*pause-9999 (20 Feb 2013)
20 Feb 2013; Michael Weber <xmw@gentoo.org> +pause-9999.ebuild,
diff --git a/sys-apps/pause/Manifest b/sys-apps/pause/Manifest
new file mode 100644
index 0000000..60cd654
--- /dev/null
+++ b/sys-apps/pause/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST pause-0.9.0.tar.gz 10246 SHA256 f16eb8bbb95da2d75689bd92d6b08c4adca733bbc8e185bb5faa0b303e7db087 SHA512 58c62ee80be994d31b7dde86d1a3141b2ed50fdd50c0d7cca19f2ba009e45f8be82c161f11d8347ed34936956c1b2f736fb9182bb4e7b421730b336302f82432 WHIRLPOOL ec4060f18216d74f970e53e9fa21fdce82f37384947ebe7383e7e09ff59f4a7e3f50b2827eca9f57476e4316a0fa468ab1de87d5c0ed09e4cb88aed1555481b5
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iF4EAREIAAYFAlEkaO0ACgkQknrdDGLu8JB+zQD/bu/qE45duGlO9XIASkxfVU2l
+PgK6bnaYgoibKSyJr6QA/A5iwEdKHOB0qqVKhO4eqYXq4sZ8fwXPJbFgfIQryEx1
+=4OU4
+-----END PGP SIGNATURE-----
diff --git a/sys-apps/pause/pause-9999.ebuild b/sys-apps/pause/pause-0.9.0.ebuild
similarity index 83%
copy from sys-apps/pause/pause-9999.ebuild
copy to sys-apps/pause/pause-0.9.0.ebuild
index 938a333..2f2c1af 100644
--- a/sys-apps/pause/pause-9999.ebuild
+++ b/sys-apps/pause/pause-0.9.0.ebuild
@@ -4,11 +4,11 @@
EAPI=5
-inherit flag-o-matic git-2 toolchain-funcs
+inherit flag-o-matic toolchain-funcs vcs-snapshot
DESCRIPTION="pause forever"
HOMEPAGE="https://github.com/chneukirchen/ignite"
-EGIT_REPO_URI="https://github.com/chneukirchen/ignite.git"
+SRC_URI="https://github.com/chneukirchen/ignite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
diff --git a/sys-apps/pause/pause-9999.ebuild b/sys-apps/pause/pause-9999.ebuild
index 938a333..510e5f2 100644
--- a/sys-apps/pause/pause-9999.ebuild
+++ b/sys-apps/pause/pause-9999.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/chneukirchen/ignite.git"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/xmw:master commit in: sys-apps/pause/
@ 2013-02-20 6:11 Michael Weber
0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2013-02-20 6:11 UTC (permalink / raw
To: gentoo-commits
commit: 25aec2c1ed9752936c54b9ecea93c73726591183
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 20 06:06:56 2013 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 20 06:06:56 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=25aec2c1
Initial import
Package-Manager: portage-2.2.0_alpha163
Manifest-Sign-Key: 62EEF090
---
sys-apps/pause/ChangeLog | 10 +++++++++
sys-apps/pause/metadata.xml | 9 ++++++++
sys-apps/pause/pause-9999.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
3 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/sys-apps/pause/ChangeLog b/sys-apps/pause/ChangeLog
new file mode 100644
index 0000000..8c39b55
--- /dev/null
+++ b/sys-apps/pause/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-apps/pause
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pause-9999 (20 Feb 2013)
+
+ 20 Feb 2013; Michael Weber <xmw@gentoo.org> +pause-9999.ebuild,
+ +metadata.xml:
+ Initial import
+
diff --git a/sys-apps/pause/metadata.xml b/sys-apps/pause/metadata.xml
new file mode 100644
index 0000000..59acc2c
--- /dev/null
+++ b/sys-apps/pause/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+
diff --git a/sys-apps/pause/pause-9999.ebuild b/sys-apps/pause/pause-9999.ebuild
new file mode 100644
index 0000000..938a333
--- /dev/null
+++ b/sys-apps/pause/pause-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit flag-o-matic git-2 toolchain-funcs
+
+DESCRIPTION="pause forever"
+HOMEPAGE="https://github.com/chneukirchen/ignite"
+EGIT_REPO_URI="https://github.com/chneukirchen/ignite.git"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_compile(){
+ #replace-flags -O* -Os
+ #replace-flags -Wl,-O* -Wl,-Os
+ #append-cflags -static
+ #append-cflags -fno-asynchronous-unwind-tables -fno-stack-protector
+ #append-ldflags -Wl,-z -Wl,noexecstack
+ cd ignite/util
+ verbose() {
+ echo $@
+ $@
+ }
+ verbose $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c
+}
+
+src_install(){
+ cd ignite/util
+ dobin ${PN}
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-20 6:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 6:11 [gentoo-commits] dev/xmw:master commit in: sys-apps/pause/ Michael Weber
-- strict thread matches above, loose matches on Subject: below --
2013-02-20 6:11 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox