public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: virtual/xmwce/
Date: Tue, 14 Feb 2012 00:38:10 +0000 (UTC)	[thread overview]
Message-ID: <1329179694.23daf65594e1ed3cda2b0bba4ddbf4ef7fe9e9c1.xmw@gentoo> (raw)

commit:     23daf65594e1ed3cda2b0bba4ddbf4ef7fe9e9c1
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 00:34:54 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 00:34:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=23daf655

virtual/xmwce: Initial import

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

---
 virtual/xmwce/ChangeLog                |   10 ++++++
 virtual/xmwce/Manifest                 |   13 ++++++++
 virtual/xmwce/metadata.xml             |    9 ++++++
 virtual/xmwce/xmwce-0_p20120214.ebuild |   50 ++++++++++++++++++++++++++++++++
 4 files changed, 82 insertions(+), 0 deletions(-)

diff --git a/virtual/xmwce/ChangeLog b/virtual/xmwce/ChangeLog
new file mode 100644
index 0000000..b8e50c1
--- /dev/null
+++ b/virtual/xmwce/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for virtual/xmwce
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*xmwce-0_p20120214 (14 Feb 2012)
+
+  14 Feb 2012; Michael Weber <xmw@gentoo.org> +xmwce-0_p20120214.ebuild,
+  +metadata.xml:
+  Initial import
+

diff --git a/virtual/xmwce/Manifest b/virtual/xmwce/Manifest
new file mode 100644
index 0000000..f721ba8
--- /dev/null
+++ b/virtual/xmwce/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD xmwce-0_p20120214.ebuild 855 RMD160 e7fc8127d0ced82b8c4bf02c759d0adf9b8fedb1 SHA1 41dccde224afbd3ca2a9bba29542204865b833fd SHA256 8a1076c96861891598852c9e66a45f8bd63474f631cc7b927a442ab979269e98
+MISC ChangeLog 256 RMD160 f765e6de9c9aeaa1f47952617a46627f525c299e SHA1 45ddccbee111284d38d34a14985415ea747711ff SHA256 15663eabb9a6839a82899682190a82d135ae447ebe4b85f789fc31921b5edee5
+MISC metadata.xml 224 RMD160 2a7e22a99ec669c5b961c3d1738a0cda58264318 SHA1 f6fd81fac4df7d7995b1600848b265fceda692f8 SHA256 f810c6de744adceee241992d3f713142db3e7025986f6cc5898cfe3c9cb2f4a7
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk85rC4ACgkQknrdDGLu8JBsqAD/SuIrYeJIWk2X4MsDCFRw+yB7
+JjhbbE5K79lJ4QJUYkIA/jyZWrAvctqdop6TIHkD7RE3s8qBidQac88GFmS9snJ2
+=j3VC
+-----END PGP SIGNATURE-----

diff --git a/virtual/xmwce/metadata.xml b/virtual/xmwce/metadata.xml
new file mode 100644
index 0000000..59acc2c
--- /dev/null
+++ b/virtual/xmwce/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/virtual/xmwce/xmwce-0_p20120214.ebuild b/virtual/xmwce/xmwce-0_p20120214.ebuild
new file mode 100644
index 0000000..cf3e745
--- /dev/null
+++ b/virtual/xmwce/xmwce-0_p20120214.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Michael Weber (xmw) console environment"
+SRC_URI=""
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-admin/makepasswd
+	app-arch/lzop
+	app-arch/zip
+	app-editors/vim
+	app-misc/screen
+	app-portage/eix
+	app-portage/genlop
+	app-portage/layman[git]
+	app-portage/pfl
+	app-shells/zsh
+	app-shells/zsh-completion
+	app-text/wgetpaste
+	dev-util/strace
+	dev-vcs/git
+	media-gfx/exif
+	media-sound/mpc
+	net-analyzer/netcat6
+	net-analyzer/tcpdump
+	net-dns/bind-tools
+	net-firewall/iptables
+	net-misc/openssh
+	net-misc/whois
+	sys-apps/iproute2
+	sys-apps/less
+	sys-apps/lshw
+	sys-apps/mlocate
+	sys-apps/pv
+	sys-block/buffer
+	sys-fs/ddrescue
+	sys-fs/ncdu
+	sys-fs/sshfs-fuse
+	sys-process/htop
+	sys-process/iotop
+	"
+DEPEND=""
+



             reply	other threads:[~2012-02-14  0:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-14  0:38 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-14  2:15 [gentoo-commits] dev/xmw:master commit in: virtual/xmwce/ Michael Weber
2012-02-18  0:06 Michael Weber
2012-05-05 11:55 Michael Weber
2012-05-10  6:20 Michael Weber
2012-10-31 19:42 Michael Weber
2012-11-06 21:18 Michael Weber
2013-07-27 12:19 Michael Weber
2014-11-24 23:18 Michael Weber
2015-07-31  7:25 Michael Weber
2016-03-14 23:41 Michael Weber
2016-03-20 20:15 Michael Weber
2016-03-20 20:24 Michael Weber
2016-03-20 20:43 Michael Weber
2016-03-22  7:54 Michael Weber
2016-03-22  8:09 Michael Weber
2016-03-22  8:37 Michael Weber
2016-08-29 11:54 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1329179694.23daf65594e1ed3cda2b0bba4ddbf4ef7fe9e9c1.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox