diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-09-21 11:49:30 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-09-21 11:49:30 +0000 |
commit | 7922ebd9379b3aa7282c0e68f448e3fd5f9963c1 (patch) | |
tree | ca54bba7c2c8a2da358f4f1a1e4dc8d29bd320b1 /x11-misc/autocutsel | |
parent | Fix bug #148492 - missing dependency on imake. (diff) | |
download | historical-7922ebd9379b3aa7282c0e68f448e3fd5f9963c1.tar.gz historical-7922ebd9379b3aa7282c0e68f448e3fd5f9963c1.tar.bz2 historical-7922ebd9379b3aa7282c0e68f448e3fd5f9963c1.zip |
Version bump, see bug #148307.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'x11-misc/autocutsel')
-rw-r--r-- | x11-misc/autocutsel/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/autocutsel/autocutsel-0.8.1.ebuild | 27 | ||||
-rw-r--r-- | x11-misc/autocutsel/files/digest-autocutsel-0.8.1 | 3 |
3 files changed, 37 insertions, 1 deletions
diff --git a/x11-misc/autocutsel/ChangeLog b/x11-misc/autocutsel/ChangeLog index 1125ef48f7f8..5a2067c8ee65 100644 --- a/x11-misc/autocutsel/ChangeLog +++ b/x11-misc/autocutsel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/autocutsel # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/ChangeLog,v 1.16 2006/01/15 16:18:06 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/ChangeLog,v 1.17 2006/09/21 11:49:30 nelchael Exp $ + +*autocutsel-0.8.1 (21 Sep 2006) + + 21 Sep 2006; Krzysiek Pawlik <nelchael@gentoo.org> + +autocutsel-0.8.1.ebuild: + Version bump, see bug #148307. 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -autocutsel-0.6.2.ebuild, autocutsel-0.8.0.ebuild: diff --git a/x11-misc/autocutsel/autocutsel-0.8.1.ebuild b/x11-misc/autocutsel/autocutsel-0.8.1.ebuild new file mode 100644 index 000000000000..4a59f35f63ed --- /dev/null +++ b/x11-misc/autocutsel/autocutsel-0.8.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.8.1.ebuild,v 1.1 2006/09/21 11:49:30 nelchael Exp $ + +DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications" +HOMEPAGE="http://www.lepton.fr/tools/autocutsel/" +SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~sparc ~x86" + +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXaw + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS ChangeLog NEWS README TODO +} diff --git a/x11-misc/autocutsel/files/digest-autocutsel-0.8.1 b/x11-misc/autocutsel/files/digest-autocutsel-0.8.1 new file mode 100644 index 000000000000..39d97d9c7b85 --- /dev/null +++ b/x11-misc/autocutsel/files/digest-autocutsel-0.8.1 @@ -0,0 +1,3 @@ +MD5 c33e54649d80abec59db95c11e4269a2 autocutsel-0.8.1.tar.gz 282044 +RMD160 2080f5347b1c1872b8125b0513578946272e6e49 autocutsel-0.8.1.tar.gz 282044 +SHA256 b110d400ae1bc8a66a84fcad09484c7b281a5d2fe119f1fe19ec41adb19b6134 autocutsel-0.8.1.tar.gz 282044 |