summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-12-11 23:29:00 +0000
committerMichael Weber <xmw@gentoo.org>2012-12-11 23:29:00 +0000
commit49067918a62710a42d226d91e159f5b4404df45f (patch)
treea9eb499ad1ea085e146a36c722647b1a829c7e99 /x11-misc/trayer-srg
parentStable for amd64, wrt bug #446524 (diff)
downloadgentoo-2-49067918a62710a42d226d91e159f5b4404df45f.tar.gz
gentoo-2-49067918a62710a42d226d91e159f5b4404df45f.tar.bz2
gentoo-2-49067918a62710a42d226d91e159f5b4404df45f.zip
Drop old
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'x11-misc/trayer-srg')
-rw-r--r--x11-misc/trayer-srg/ChangeLog5
-rw-r--r--x11-misc/trayer-srg/trayer-srg-1.1.4.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/x11-misc/trayer-srg/ChangeLog b/x11-misc/trayer-srg/ChangeLog
index 2d0e8da9ef21..02f9ab2635ec 100644
--- a/x11-misc/trayer-srg/ChangeLog
+++ b/x11-misc/trayer-srg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/trayer-srg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/ChangeLog,v 1.10 2012/08/01 11:17:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/ChangeLog,v 1.11 2012/12/11 23:29:00 xmw Exp $
+
+ 11 Dec 2012; Michael Weber <xmw@gentoo.org> -trayer-srg-1.1.4.ebuild:
+ Drop old
01 Aug 2012; Tony Vroon <chainsaw@gentoo.org> trayer-srg-1.1.5.ebuild:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.4.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.4.ebuild
deleted file mode 100644
index ff329ca0b629..000000000000
--- a/x11-misc/trayer-srg/trayer-srg-1.1.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/trayer-srg-1.1.4.ebuild,v 1.6 2012/06/13 19:08:10 jdhore Exp $
-
-EAPI=4
-
-inherit toolchain-funcs vcs-snapshot
-
-DESCRIPTION="trayer fork with multi monitor support, cleaned up codebase and other fancy stuff"
-HOMEPAGE="https://github.com/sargon/trayer-srg"
-SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/libXmu"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_compile() {
- emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin ${PN}
- dodoc CHANGELOG CREDITS README TODO
-}