public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/hddled: ChangeLog hddled-0.3.ebuild hddled-0.2.ebuild
@ 2013-05-02 10:42 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2013-05-02 10:42 UTC (permalink / raw
  To: gentoo-commits

ulm         13/05/02 10:42:21

  Modified:             ChangeLog
  Added:                hddled-0.3.ebuild
  Removed:              hddled-0.2.ebuild
  Log:
  Version bump, hddled-0.3 is in the public domain. Otherwise, no changes from version 0.2. Bug 444494.
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.3                  app-misc/hddled/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hddled/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	16 Apr 2012 13:19:34 -0000	1.2
+++ ChangeLog	2 May 2013 10:42:20 -0000	1.3
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/hddled
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hddled/ChangeLog,v 1.2 2012/04/16 13:19:34 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hddled/ChangeLog,v 1.3 2013/05/02 10:42:20 ulm Exp $
+
+*hddled-0.3 (02 May 2013)
+
+  02 May 2013; Ulrich Müller <ulm@gentoo.org> -hddled-0.2.ebuild,
+  +hddled-0.3.ebuild:
+  Version bump, hddled-0.3 is in the public domain. Otherwise, no changes from
+  version 0.2. Bug 444494.
 
   16 Apr 2012; Michael Weber <xmw@gentoo.org> hddled-0.2.ebuild:
   Fix DESCRIPTION (thanks James Rowe for the hint, bug 412047)



1.1                  app-misc/hddled/hddled-0.3.ebuild

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

Index: hddled-0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/hddled/hddled-0.3.ebuild,v 1.1 2013/05/02 10:42:20 ulm Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="Show hard disk activity using the scroll lock LED"
HOMEPAGE="http://members.optusnet.com.au/foonly/whirlpool/code/"
SRC_URI="mirror://gentoo/${P}.c.xz"

LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="X"

DEPEND="X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"

S=${WORKDIR}

src_unpack() {
	unpack ${A}
	mv ${P}.c ${PN}.c || die
}

src_compile() {
	$(tc-getCC) ${CFLAGS} -o ${PN} ${PN}.c ${LDFLAGS} || die
	if use X ; then
		$(tc-getCC) ${CFLAGS} -DX -lX11 -o x${PN} ${PN}.c ${LDFLAGS} || die
	fi
}

src_install() {
	dobin ${PN} || die
	if use X ; then
		dobin x${PN} || die
		elog "X version was renamed to x${PN}"
	fi
}





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

only message in thread, other threads:[~2013-05-02 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 10:42 [gentoo-commits] gentoo-x86 commit in app-misc/hddled: ChangeLog hddled-0.3.ebuild hddled-0.2.ebuild Ulrich Mueller (ulm)

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