public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-hddtemp: gkrellm-hddtemp-0.2_beta-r1.ebuild ChangeLog
@ 2008-01-11 22:39 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 2+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-01-11 22:39 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/01/11 22:39:28

  Modified:             gkrellm-hddtemp-0.2_beta-r1.ebuild ChangeLog
  Log:
  Add missing deps (#204574), check if gkrellm is built with USE=X, migrate to elog, misc QA fixes.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild?r1=1.1&r2=1.2

Index: gkrellm-hddtemp-0.2_beta-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gkrellm-hddtemp-0.2_beta-r1.ebuild	21 Feb 2007 20:04:30 -0000	1.1
+++ gkrellm-hddtemp-0.2_beta-r1.ebuild	11 Jan 2008 22:39:27 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild,v 1.1 2007/02/21 20:04:30 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild,v 1.2 2008/01/11 22:39:27 coldwind Exp $
 
-inherit multilib
+inherit eutils multilib
 
 IUSE=""
 MY_P=${P/_beta/-beta}
@@ -15,14 +15,26 @@
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc sparc x86"
 
-DEPEND="=app-admin/gkrellm-2*"
-RDEPEND="${DEPEND}
+CDEPEMD="=app-admin/gkrellm-2*
+	>=x11-libs/gtk+-2"
+DEPEND="${CDEPEND}
+	dev-util/pkgconfig"
+RDEPEND="${CDEPEND}
 	>=app-admin/hddtemp-0.3_beta6"
 
+pkg_setup() {
+	if ! built_with_use app-admin/gkrellm X ; then
+		eerror "In order to install ${PN} you need to"
+		eerror "reinstall app-admin/gkrell with USE='X'."
+		die "app-admin/gkrellm built without USE='X'"
+	fi
+}
+
 src_unpack() {
-	unpack ${A} ; cd ${S}
+	unpack ${A}
+	cd "${S}"
 	# patch Makefile
-	sed -i "s:^CFLAGS.*:CFLAGS=${CFLAGS} -fPIC:" Makefile
+	sed -i "s:^CFLAGS.*:CFLAGS=${CFLAGS} -fPIC:" Makefile || die
 }
 
 src_compile() {
@@ -30,15 +42,15 @@
 }
 
 src_install() {
-	dodoc README COPYING
+	dodoc README
 
 	insinto /usr/$(get_libdir)/gkrellm2/plugins
 	doins gkrellm-hddtemp.so
 }
 
 pkg_postinst() {
-	einfo "hddtemp has to be suid root to allow regular users to run this plugin."
-	einfo "To make it suid root, run"
-	einfo
-	einfo "\tchmod u+s /usr/sbin/hddtemp"
+	elog "hddtemp has to be suid root to allow regular users to run this plugin."
+	elog "To make it suid root, run"
+	elog
+	elog "\tchmod u+s /usr/sbin/hddtemp"
 }



1.21                 x11-plugins/gkrellm-hddtemp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	21 Feb 2007 20:04:30 -0000	1.20
+++ ChangeLog	11 Jan 2008 22:39:27 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/gkrellm-hddtemp
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.20 2007/02/21 20:04:30 lack Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.21 2008/01/11 22:39:27 coldwind Exp $
+
+  11 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
+  gkrellm-hddtemp-0.2_beta-r1.ebuild:
+  Add missing deps (#204574), check if gkrellm is built with USE=X, migrate to
+  elog, misc QA fixes.
 
 *gkrellm-hddtemp-0.2_beta-r1 (21 Feb 2007)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-hddtemp: gkrellm-hddtemp-0.2_beta-r1.ebuild ChangeLog
@ 2008-07-28 14:02 Jim Ramsay (lack)
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Ramsay (lack) @ 2008-07-28 14:02 UTC (permalink / raw
  To: gentoo-commits

lack        08/07/28 14:02:15

  Modified:             gkrellm-hddtemp-0.2_beta-r1.ebuild ChangeLog
  Log:
  Fixing typo (Bug #233028)
  (Portage version: 2.2_rc3/cvs/Linux 2.6.23-gentoo-r5 i686)

Revision  Changes    Path
1.3                  x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild?r1=1.2&r2=1.3

Index: gkrellm-hddtemp-0.2_beta-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gkrellm-hddtemp-0.2_beta-r1.ebuild	11 Jan 2008 22:39:27 -0000	1.2
+++ gkrellm-hddtemp-0.2_beta-r1.ebuild	28 Jul 2008 14:02:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild,v 1.2 2008/01/11 22:39:27 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild,v 1.3 2008/07/28 14:02:14 lack Exp $
 
 inherit eutils multilib
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc sparc x86"
 
-CDEPEMD="=app-admin/gkrellm-2*
+CDEPEND="=app-admin/gkrellm-2*
 	>=x11-libs/gtk+-2"
 DEPEND="${CDEPEND}
 	dev-util/pkgconfig"



1.22                 x11-plugins/gkrellm-hddtemp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	11 Jan 2008 22:39:27 -0000	1.21
+++ ChangeLog	28 Jul 2008 14:02:14 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/gkrellm-hddtemp
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.21 2008/01/11 22:39:27 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.22 2008/07/28 14:02:14 lack Exp $
+
+  28 Jul 2008; Jim Ramsay <lack@gentoo.org>
+  gkrellm-hddtemp-0.2_beta-r1.ebuild:
+  Fixing typo (Bug #233028)
 
   11 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
   gkrellm-hddtemp-0.2_beta-r1.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-28 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-11 22:39 [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-hddtemp: gkrellm-hddtemp-0.2_beta-r1.ebuild ChangeLog Santiago M. Mola (coldwind)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-28 14:02 Jim Ramsay (lack)

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