public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michele Noberasco (s4t4n)" <s4t4n@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmacpi: ChangeLog wmacpi-2.2_rc1.ebuild wmacpi-1.99_p7.ebuild
Date: Fri, 01 Feb 2008 15:13:01 +0000	[thread overview]
Message-ID: <E1JKxZd-0000jj-Od@stork.gentoo.org> (raw)

s4t4n       08/02/01 15:13:01

  Modified:             ChangeLog
  Added:                wmacpi-2.2_rc1.ebuild
  Removed:              wmacpi-1.99_p7.ebuild
  Log:
  Version bump, plus support for crosscompile, LDFLAGS, etc. Closes bug #207916. Wiped out older version.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.22                 x11-plugins/wmacpi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	4 Mar 2007 20:13:48 -0000	1.21
+++ ChangeLog	1 Feb 2008 15:13:01 -0000	1.22
@@ -1,6 +1,13 @@
 # ChangeLog for x11-plugins/wmacpi
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.21 2007/03/04 20:13:48 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.22 2008/02/01 15:13:01 s4t4n Exp $
+
+*wmacpi-2.2_rc1 (01 Feb 2008)
+
+  01 Feb 2008; Michele Noberasco <s4t4n@gentoo.org> wmacpi-2.2_rc1.ebuild:
+  Version bump, plus fixes for crosscompile, LDFLAGS, etc. Closes bug #207916.
+  wmacpi-1.99_p7.ebuild:
+  Wiped out older version.
 
   04 Mar 2007; Piotr Jaroszyński <peper@gentoo.org> wmacpi-1.99_p7.ebuild,
   wmacpi-2.1_rc1.ebuild:



1.1                  x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild?rev=1.1&content-type=text/plain

Index: wmacpi-2.2_rc1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild,v 1.1 2008/02/01 15:13:01 s4t4n Exp $

inherit eutils toolchain-funcs

DESCRIPTION="WMaker DockApp: ACPI status monitor for laptops"
HOMEPAGE="http://himi.org/wmacpi/"
MY_PV="${PV/_}"
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="http://himi.org/wmacpi/download/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 -ppc -sparc ~x86"
IUSE=""

DEPEND="x11-libs/libdockapp
	x11-libs/libX11"

src_unpack() {
	unpack ${A}
	cd "${S}"
        # acpi and acpi.1 conflict with sys-power/acpi - Bug #60685
	mv acpi.c acpi-batt-status.c
	mv acpi.1 acpi-batt-status.1
	epatch "${FILESDIR}"/${P}-makefile.patch
}

src_compile() {
	emake CC="$(tc-getCC)" OPT="${CFLAGS}" || die "compile failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc AUTHORS ChangeLog README TODO
}

pkg_postinst() {
	elog "The command-line utility are corresponding manpage are installed"
	elog "as acpi-batt-status to prevent collisions with sys-power/acpi"
}



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



                 reply	other threads:[~2008-02-01 15:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JKxZd-0000jj-Od@stork.gentoo.org \
    --to=s4t4n@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox