From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/accessx: ChangeLog accessx-0951-r1.ebuild
Date: Mon, 07 Jan 2008 17:19:36 +0000 [thread overview]
Message-ID: <E1JBvdQ-0000ha-HP@stork.gentoo.org> (raw)
drac 08/01/07 17:19:36
Modified: ChangeLog
Added: accessx-0951-r1.ebuild
Log:
Fix building with a patchset from FreeBSD and keyword ~amd64 wrt #196764, thanks to Martic Berkemeier for reporting. Also respect correct CXX and CXXFLAGS targets and sanitize ebuild.
(Portage version: 2.1.4_rc14)
Revision Changes Path
1.22 x11-misc/accessx/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/accessx/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/accessx/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/accessx/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/accessx/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 22 Jul 2007 02:43:59 -0000 1.21
+++ ChangeLog 7 Jan 2008 17:19:35 -0000 1.22
@@ -1,6 +1,14 @@
# ChangeLog for x11-misc/accessx
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/ChangeLog,v 1.21 2007/07/22 02:43:59 coldwind Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/ChangeLog,v 1.22 2008/01/07 17:19:35 drac Exp $
+
+*accessx-0951-r1 (07 Jan 2008)
+
+ 07 Jan 2008; Samuli Suominen <drac@gentoo.org>
+ +files/accessx-0951-build.patch, +accessx-0951-r1.ebuild:
+ Fix building with a patchset from FreeBSD and keyword ~amd64 wrt #196764,
+ thanks to Martic Berkemeier for reporting. Also respect correct CXX and
+ CXXFLAGS targets and sanitize ebuild.
22 Jul 2007; Santiago M. Mola <coldwind@gentoo.org> accessx-0951.ebuild:
virtual/x11 removed and clean up.
1.1 x11-misc/accessx/accessx-0951-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/accessx/accessx-0951-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/accessx/accessx-0951-r1.ebuild?rev=1.1&content-type=text/plain
Index: accessx-0951-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0951-r1.ebuild,v 1.1 2008/01/07 17:19:35 drac Exp $
inherit eutils multilib toolchain-funcs
DESCRIPTION="Interface to the XKEYBOARD extension in X11"
HOMEPAGE="http://cmos-eng.rehab.uiuc.edu/accessx"
SRC_URI="http://cmos-eng.rehab.uiuc.edu/${PN}/software/${PN}${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXext
dev-lang/tk"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-build.patch
}
src_compile() {
emake CC="$(tc-getCXX)" OPTS="${CXXFLAGS}" \
XLIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
}
src_install() {
dobin accessx ax
dodoc CHANGES README
}
--
gentoo-commits@lists.gentoo.org mailing list
next reply other threads:[~2008-01-07 17:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-07 17:19 Samuli Suominen (drac) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-01-08 14:56 [gentoo-commits] gentoo-x86 commit in x11-misc/accessx: ChangeLog accessx-0951-r1.ebuild Samuli Suominen (ssuominen)
2010-03-13 13:07 Markos Chandras (hwoarang)
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=E1JBvdQ-0000ha-HP@stork.gentoo.org \
--to=drac@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