From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B5FA138010 for ; Wed, 19 Sep 2012 09:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB2221C004; Wed, 19 Sep 2012 09:14:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DDAB621C004 for ; Wed, 19 Sep 2012 09:14:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5331233C45F for ; Wed, 19 Sep 2012 09:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 112F7E5444 for ; Wed, 19 Sep 2012 09:14:05 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1348046014.9dd0663d78a9433f981058d46d3510b9ec4d7ac8.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: virtual/xmwde/ X-VCS-Repository: dev/xmw X-VCS-Files: virtual/xmwde/ChangeLog virtual/xmwde/xmwde-0_p20120919.ebuild X-VCS-Directories: virtual/xmwde/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 9dd0663d78a9433f981058d46d3510b9ec4d7ac8 X-VCS-Branch: master Date: Wed, 19 Sep 2012 09:14:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 911ffd4f-0820-4723-af35-a8758b623ae4 X-Archives-Hash: 91d68a087646a029ec9382f5da926394 commit: 9dd0663d78a9433f981058d46d3510b9ec4d7ac8 Author: Michael Weber gentoo org> AuthorDate: Wed Sep 19 09:13:34 2012 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Sep 19 09:13:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=9dd0663d Version bump, conly with mpd,metar,weather,thinkpad. (Portage version: 2.1.11.13/git/Linux x86_64, signed Manifest commit with key 62EEF090) --- virtual/xmwde/ChangeLog | 5 ++ virtual/xmwde/xmwde-0_p20120919.ebuild | 71 ++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 0 deletions(-) diff --git a/virtual/xmwde/ChangeLog b/virtual/xmwde/ChangeLog index c008ed5..da03984 100644 --- a/virtual/xmwde/ChangeLog +++ b/virtual/xmwde/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*xmwde-0_p20120919 (19 Sep 2012) + + 19 Sep 2012; Michael Weber +xmwde-0_p20120919.ebuild: + Version bump, conly with mpd,metar,weather,thinkpad. + *xmwde-0_p20120510-r1 (17 Sep 2012) *xmwde-0_p20120918 (17 Sep 2012) diff --git a/virtual/xmwde/xmwde-0_p20120919.ebuild b/virtual/xmwde/xmwde-0_p20120919.ebuild new file mode 100644 index 0000000..7d5c84b --- /dev/null +++ b/virtual/xmwde/xmwde-0_p20120919.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="Michael Weber (xmw) desktop environment" +SRC_URI="" + +SLOT="0" +KEYWORDS="" +IUSE="minimal" + +RDEPEND=" + app-admin/conky[metar,mpd,thinkpad,weather] + app-editors/gvim + app-misc/hddled[X] + app-misc/pystopwatch + app-shells/zsh + app-text/evince + app-text/llpp + app-text/mupdf + app-text/paps + gnome-base/gnome-keyring + media-fonts/dina + media-fonts/terminus-font + media-gfx/feh + media-gfx/scrot + net-misc/hotot + virtual/xmwce + x11-apps/setxkbmap + x11-apps/xev + x11-apps/xkill + x11-apps/xmodmap + x11-apps/xrandr + x11-apps/xset + x11-base/xorg-server + x11-misc/alock + x11-misc/dmenu[xft] + x11-misc/trayer-srg + x11-misc/trivdm + x11-misc/wmname + x11-misc/x2x + x11-misc/xbindkeys + x11-misc/xclip + x11-misc/xdotool + x11-misc/xscreensaver + x11-terms/rxvt-unicode[256-color,xft] + x11-wm/cwm + media-fonts/font-misc-misc + !minimal? ( + app-text/evince + app-text/gv + mail-client/thunderbird + media-gfx/gimp + media-sound/audacity + media-sound/baudline + media-video/avidemux + || ( media-video/mplayer media-video/mplayer2 ) + net-im/pidgin + net-p2p/qbittorrent + sci-astronomy/stellarium + sci-electronics/geda + sci-electronics/osqoop + sci-geosciences/googleearth + www-client/firefox + www-client/google-chrome:unstable + www-client/opera + www-plugins/adobe-flash + x11-terms/xterm + )"