diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/i3status | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-misc/i3status')
-rw-r--r-- | x11-misc/i3status/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/i3status/i3status-2.7.ebuild | 40 | ||||
-rw-r--r-- | x11-misc/i3status/i3status-2.8.ebuild | 40 | ||||
-rw-r--r-- | x11-misc/i3status/i3status-2.9.ebuild | 40 | ||||
-rw-r--r-- | x11-misc/i3status/metadata.xml | 20 |
5 files changed, 143 insertions, 0 deletions
diff --git a/x11-misc/i3status/Manifest b/x11-misc/i3status/Manifest new file mode 100644 index 000000000000..2132242a5475 --- /dev/null +++ b/x11-misc/i3status/Manifest @@ -0,0 +1,3 @@ +DIST i3status-2.7.tar.bz2 37594 SHA256 073f4e5de3bc5afc1f23c52ea52e2aa4b90ca8a012f28ba2c5fac3c33474a632 SHA512 7db6aded37e131c75e99f939102ac3b953817456921eec6b9054b6c4e0855f8d1f20638cbcd0f0b18ad24201041a01ade98c4d4cde6ff14bb11508454b8d3062 WHIRLPOOL 3bc2b599cda1d0f9e5442f03dc4e8700f84172c45d193b502f2894420c9be4a5c93022d199a718864a34c8fbbd6dc9d0d911c4c484a826fa4640514418e2f887 +DIST i3status-2.8.tar.bz2 40422 SHA256 ab06c5dd454354e6fc64354082616115082b70dc3906361bce5a02beb0f807fe SHA512 b1e3dbc480660a96a662ccb996769203fae22448f8801cabb56c339ba63ac84d30018c897e2ecac23f513cfe9d9a7d9200a351a2e6b10a42c1929c28e8e22c02 WHIRLPOOL 84444845a10bcdfd68336439c92197629b5e426e474dcfe68fd9cc11b7097476c32337c360429b344fdbe03e70d8b47c5eefd3f489bf2b78fd1df3f2f091a568 +DIST i3status-2.9.tar.bz2 46615 SHA256 42eb09500c625fcac9a7125a29e7bf532ca4b8540942418ee3253aa15e5e9de3 SHA512 67d026fcb4cc2a8af39cc268c962d49c4d3f2473bad92d99fa7fba876235ac83471663b318f890e9d7d3e9e06897286d693d352e686376a3a4876f253f309cb6 WHIRLPOOL 1a94da2c5d3bc4585908367b14ca1b18fada2a0d3c93a231969e6b92586a66bbcf5f67b0952bc6535e44f2e3ef1f66f000b55049b586821697f4fb26783da6cf diff --git a/x11-misc/i3status/i3status-2.7.ebuild b/x11-misc/i3status/i3status-2.7.ebuild new file mode 100644 index 000000000000..bf07eaa423f8 --- /dev/null +++ b/x11-misc/i3status/i3status-2.7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs versionator fcaps + +DESCRIPTION="generates a status bar for dzen2, xmobar or similar" +HOMEPAGE="http://i3wm.org/i3status/" +SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="dev-libs/confuse + >=dev-libs/yajl-2.0.2 + media-libs/alsa-lib + net-wireless/wireless-tools" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -e "/@echo/d" -e "s:@\$(:\$(:g" -e "/setcap/d" \ + -e '/CFLAGS+=-g/d' -i Makefile || die +} + +src_compile() { + emake CC="$(tc-getCC)" +} + +pkg_postinst() { + fcaps cap_net_admin usr/bin/${PN} + einfo "${PN} can be used with any of the following programs:" + einfo " i3bar (x11-wm/i3)" + einfo " x11-misc/xmobar" + einfo " x11-misc/dzen" + einfo "Please refer to manual: man ${PN}" +} diff --git a/x11-misc/i3status/i3status-2.8.ebuild b/x11-misc/i3status/i3status-2.8.ebuild new file mode 100644 index 000000000000..febb8e24c4a1 --- /dev/null +++ b/x11-misc/i3status/i3status-2.8.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs versionator fcaps + +DESCRIPTION="generates a status bar for dzen2, xmobar or similar" +HOMEPAGE="http://i3wm.org/i3status/" +SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/confuse + >=dev-libs/yajl-2.0.2 + media-libs/alsa-lib + net-wireless/wireless-tools" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -e "/@echo/d" -e "s:@\$(:\$(:g" -e "/setcap/d" \ + -e '/CFLAGS+=-g/d' -i Makefile || die +} + +src_compile() { + emake CC="$(tc-getCC)" +} + +pkg_postinst() { + fcaps cap_net_admin usr/bin/${PN} + einfo "${PN} can be used with any of the following programs:" + einfo " i3bar (x11-wm/i3)" + einfo " x11-misc/xmobar" + einfo " x11-misc/dzen" + einfo "Please refer to manual: man ${PN}" +} diff --git a/x11-misc/i3status/i3status-2.9.ebuild b/x11-misc/i3status/i3status-2.9.ebuild new file mode 100644 index 000000000000..7fc35460ff48 --- /dev/null +++ b/x11-misc/i3status/i3status-2.9.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs versionator fcaps + +DESCRIPTION="generates a status bar for dzen2, xmobar or similar" +HOMEPAGE="http://i3wm.org/i3status/" +SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/confuse + >=dev-libs/yajl-2.0.2 + media-libs/alsa-lib + net-wireless/wireless-tools" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -e "/@echo/d" -e "s:@\$(:\$(:g" -e "/setcap/d" \ + -e '/CFLAGS+=-g/d' -i Makefile || die +} + +src_compile() { + emake CC="$(tc-getCC)" +} + +pkg_postinst() { + fcaps cap_net_admin usr/bin/${PN} + einfo "${PN} can be used with any of the following programs:" + einfo " i3bar (x11-wm/i3)" + einfo " x11-misc/xmobar" + einfo " x11-misc/dzen" + einfo "Please refer to manual: man ${PN}" +} diff --git a/x11-misc/i3status/metadata.xml b/x11-misc/i3status/metadata.xml new file mode 100644 index 000000000000..29dbb30b93cd --- /dev/null +++ b/x11-misc/i3status/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-misc</herd> + <maintainer> + <email>xarthisius@gentoo.org</email> + <name>Kacper Kowalik</name> + </maintainer> + <longdescription> + i3status is a small program (about 1500 SLOC) for generating a status bar for + dzen2, xmobar or similar programs. It is designed to be very efficient by + issuing a very small number of system calls, as one generally wants to update + such a status line every second. This ensures that even under high load, your + status bar is updated correctly. Also, it saves a bit of energy by not hogging + your CPU as much as spawning the corresponding amount of shell commands would. + </longdescription> + <use> + <flag name="filecaps">Linux capabilities library is required for i3status to be able to read net bandwith</flag> + </use> +</pkgmetadata> |