summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/synergy/synergy-1.2.7.ebuild')
-rw-r--r--x11-misc/synergy/synergy-1.2.7.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11-misc/synergy/synergy-1.2.7.ebuild b/x11-misc/synergy/synergy-1.2.7.ebuild
deleted file mode 100644
index 8d4f9ea15e0b..000000000000
--- a/x11-misc/synergy/synergy-1.2.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.2.7.ebuild,v 1.5 2008/03/14 10:13:35 phreak Exp $
-
-inherit eutils
-
-DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers."
-SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.gz"
-HOMEPAGE="http://synergy2.sourceforge.net/"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="x11-libs/libXtst
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXinerama"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- x11-proto/xproto
- x11-proto/kbproto
- x11-proto/xineramaproto
- x11-libs/libXt"
-
-src_compile() {
- econf --sysconfdir=/etc || die
- emake || die
-}
-
-src_install () {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS ChangeLog HISTORY NEWS PORTING README TODO
- insinto /etc
- doins "${S}"/examples/synergy.conf
-}
-
-pkg_postinst() {
- einfo
- einfo "${PN} can also be used to connect to computers running Windows."
- einfo "Visit ${HOMEPAGE} to find the Windows client."
- einfo
-}