summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-18 21:37:42 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-18 21:37:42 +0000
commitbd7a849918cbfe7bc141c23976c6cd2d546bffe9 (patch)
tree160c92284b7501de5c350a4be4d33fa28a582815 /x11-misc
parentRemove old. (diff)
downloadgentoo-2-bd7a849918cbfe7bc141c23976c6cd2d546bffe9.tar.gz
gentoo-2-bd7a849918cbfe7bc141c23976c6cd2d546bffe9.tar.bz2
gentoo-2-bd7a849918cbfe7bc141c23976c6cd2d546bffe9.zip
Remove old.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xwrits/ChangeLog7
-rw-r--r--x11-misc/xwrits/xwrits-2.21.ebuild24
2 files changed, 5 insertions, 26 deletions
diff --git a/x11-misc/xwrits/ChangeLog b/x11-misc/xwrits/ChangeLog
index 5b73f3be9cbe..91f20d7e8336 100644
--- a/x11-misc/xwrits/ChangeLog
+++ b/x11-misc/xwrits/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xwrits
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.26 2014/08/10 20:05:39 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.27 2015/05/18 21:37:42 mrueg Exp $
+
+ 18 May 2015; Manuel Rüger <mrueg@gentoo.org> -xwrits-2.21.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> xwrits-2.21.ebuild,
xwrits-2.26.ebuild:
diff --git a/x11-misc/xwrits/xwrits-2.21.ebuild b/x11-misc/xwrits/xwrits-2.21.ebuild
deleted file mode 100644
index aec0b1821c50..000000000000
--- a/x11-misc/xwrits/xwrits-2.21.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.20 2014/08/10 20:05:39 slyfox Exp $
-
-DESCRIPTION="Reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury"
-HOMEPAGE="http://www.lcdf.org/xwrits/"
-SRC_URI="http://www.lcdf.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXinerama"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xineramaproto"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc GESTURES NEWS README
-}