diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-31 00:54:40 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-31 00:54:40 +0000 |
commit | d969630be66380466c2b993edd237af0e8712e20 (patch) | |
tree | a99b6f17a340b298d0fbdf1b131575a035e6397e /x11-apps | |
parent | Remove old. (diff) | |
download | gentoo-2-d969630be66380466c2b993edd237af0e8712e20.tar.gz gentoo-2-d969630be66380466c2b993edd237af0e8712e20.tar.bz2 gentoo-2-d969630be66380466c2b993edd237af0e8712e20.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xtrap/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xtrap/xtrap-1.0.2.ebuild | 16 |
2 files changed, 5 insertions, 19 deletions
diff --git a/x11-apps/xtrap/ChangeLog b/x11-apps/xtrap/ChangeLog index 643b4a9d630b..523f02f04c80 100644 --- a/x11-apps/xtrap/ChangeLog +++ b/x11-apps/xtrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xtrap -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.30 2013/01/01 18:49:12 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.31 2015/03/31 00:54:40 mrueg Exp $ + + 31 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -xtrap-1.0.2.ebuild: + Remove old. 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> xtrap-1.0.2-r1.ebuild: s390/sh stable wrt #440872 @@ -109,4 +112,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xtrap-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xtrap/xtrap-1.0.2.ebuild b/x11-apps/xtrap/xtrap-1.0.2.ebuild deleted file mode 100644 index a06601a64f86..000000000000 --- a/x11-apps/xtrap/xtrap-1.0.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/xtrap-1.0.2.ebuild,v 1.9 2010/01/17 22:56:14 jer Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xtrap application" -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh ~sparc x86" -IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libXTrap" -DEPEND="${RDEPEND} - x11-proto/trapproto" |