From b14bb94ca0c3d12713a9ad47e1b09ccf4c6ab0b5 Mon Sep 17 00:00:00 2001 From: Alex Alexander Date: Thu, 18 Nov 2010 23:30:13 +0000 Subject: new ebuild (Portage version: 2.2.0_alpha4/cvs/Linux x86_64) --- app-misc/tmux-mem-cpu-load/ChangeLog | 10 ++++++ app-misc/tmux-mem-cpu-load/metadata.xml | 8 +++++ .../tmux-mem-cpu-load-2.1.0.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 app-misc/tmux-mem-cpu-load/ChangeLog create mode 100644 app-misc/tmux-mem-cpu-load/metadata.xml create mode 100644 app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild (limited to 'app-misc/tmux-mem-cpu-load') diff --git a/app-misc/tmux-mem-cpu-load/ChangeLog b/app-misc/tmux-mem-cpu-load/ChangeLog new file mode 100644 index 000000000000..b346a306fe84 --- /dev/null +++ b/app-misc/tmux-mem-cpu-load/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-misc/tmux-mem-cpu-load +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/ChangeLog,v 1.1 2010/11/18 23:30:13 wired Exp $ + +*tmux-mem-cpu-load-2.1.0 (18 Nov 2010) + + 18 Nov 2010; Alex Alexander + +tmux-mem-cpu-load-2.1.0.ebuild, +metadata.xml: + new ebuild + diff --git a/app-misc/tmux-mem-cpu-load/metadata.xml b/app-misc/tmux-mem-cpu-load/metadata.xml new file mode 100644 index 000000000000..a15d7230bf71 --- /dev/null +++ b/app-misc/tmux-mem-cpu-load/metadata.xml @@ -0,0 +1,8 @@ + + + + + wired@gentoo.org + Alex Alexander + + diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild new file mode 100644 index 000000000000..450fa5233c94 --- /dev/null +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild,v 1.1 2010/11/18 23:30:13 wired Exp $ + +EAPI="3" + +inherit cmake-utils + +IUSE="" +if [[ ${PV} == *9999* ]]; then + inherit git + EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"} + KEYWORDS="" + SRC_URI="" +else + KEYWORDS="~amd64 ~x86" + SRC_URI="http://www.github.com/thewtex/${PN}/tarball/v${PV} -> ${P}.tar.gz" +fi + +DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" +HOMEPAGE="http://github.com/thewtex/tmux-mem-cpu-load/" + +LICENSE="as-is" +SLOT="0" + +src_prepare() { + if [[ ${PV} == *9999* ]]; then + git_src_prepare + else + cd "${WORKDIR}"/thewtex-${PN}-* + S=$(pwd) + fi +} + +src_install() { + cmake-utils_src_install + dodoc README.rst || die +} -- cgit v1.2.3-65-gdbad