public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/set_opacity: set_opacity-1.0.ebuild ChangeLog set_opacity-9999.ebuild
@ 2011-07-21 11:12 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2011-07-21 11:12 UTC (permalink / raw
  To: gentoo-commits

maksbotan    11/07/21 11:12:03

  Modified:             set_opacity-1.0.ebuild ChangeLog
  Added:                set_opacity-9999.ebuild
  Log:
  Misc updates to set-opacity-1.0, add 9999. See #276913
  
  (Portage version: 2.1.10.6/cvs/Linux i686)

Revision  Changes    Path
1.2                  x11-misc/set_opacity/set_opacity-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/set_opacity/set_opacity-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/set_opacity/set_opacity-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/set_opacity/set_opacity-1.0.ebuild?r1=1.1&r2=1.2

Index: set_opacity-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/set_opacity-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- set_opacity-1.0.ebuild	18 Jul 2011 10:10:10 -0000	1.1
+++ set_opacity-1.0.ebuild	21 Jul 2011 11:12:03 -0000	1.2
@@ -1,18 +1,18 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/set_opacity-1.0.ebuild,v 1.1 2011/07/18 10:10:10 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/set_opacity-1.0.ebuild,v 1.2 2011/07/21 11:12:03 maksbotan Exp $
 
-EAPI="3"
+EAPI="4"
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc."
-HOMEPAGE="http://www.xvilka.narod.ru/downloads.xhtml"
-SRC_URI="http://www.xvilka.narod.ru/files/${P}.tar.bz2"
+HOMEPAGE="https://gitorious.org/x11-tools/set_opacity"
+SRC_URI="https://gitorious.org/x11-tools/set_opacity/archive-tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="x11-libs/libXdamage
@@ -21,14 +21,12 @@
 	x11-libs/libXrender"
 RDEPEND=${DEPEND}
 
-src_prepare(){
-	epatch "${FILESDIR}"/makefile.patch
-}
+S="${WORKDIR}/x11-tools-set_opacity"
 
 src_compile() {
-	emake CC="$(tc-getCC)" || die "emake failed"
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {
-	dobin set_opacity || die "dobin failed"
+	dobin set_opacity
 }



1.2                  x11-misc/set_opacity/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/set_opacity/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/set_opacity/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/set_opacity/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	18 Jul 2011 10:10:10 -0000	1.1
+++ ChangeLog	21 Jul 2011 11:12:03 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/set_opacity
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/ChangeLog,v 1.1 2011/07/18 10:10:10 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/ChangeLog,v 1.2 2011/07/21 11:12:03 maksbotan Exp $
+
+*set_opacity-9999 (21 Jul 2011)
+
+  21 Jul 2011; Maxim Koltsov (maksbotan) <maksbotan@gentoo.org>
+  set_opacity-1.0.ebuild, +set_opacity-9999.ebuild:
+  Change set_opacity-1.0 to use new homepage and SRC_URI, updated to EAPI="4",
+  added live ebuild. See bug #276913
 
 *set_opacity-1.0 (18 Jul 2011)
 



1.1                  x11-misc/set_opacity/set_opacity-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/set_opacity/set_opacity-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/set_opacity/set_opacity-9999.ebuild?rev=1.1&content-type=text/plain

Index: set_opacity-9999.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/set_opacity-9999.ebuild,v 1.1 2011/07/21 11:12:03 maksbotan Exp $

EAPI="4"

EGIT_REPO_URI="git://gitorious.org/x11-tools/set_opacity.git"

inherit git-2 toolchain-funcs

DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc."
HOMEPAGE="https://gitorious.org/x11-tools/set_opacity"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="x11-libs/libXdamage
	x11-libs/libXcomposite
	x11-libs/libXfixes
	x11-libs/libXrender"
RDEPEND=${DEPEND}

KEYWORDS=""

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	dobin set_opacity
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-21 11:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 11:12 [gentoo-commits] gentoo-x86 commit in x11-misc/set_opacity: set_opacity-1.0.ebuild ChangeLog set_opacity-9999.ebuild Maxim Koltsov (maksbotan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox