diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-23 18:26:49 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-23 18:26:49 +0000 |
commit | 0c1f0af231883f3954e66f7bfb66bc5984bc8f74 (patch) | |
tree | 26ee88e558f48694b7befa7911b610f144ac07a3 /x11-proto/trapproto | |
parent | Last update in 2009, migrate by hand to xorg-2 eclass. (diff) | |
download | gentoo-2-0c1f0af231883f3954e66f7bfb66bc5984bc8f74.tar.gz gentoo-2-0c1f0af231883f3954e66f7bfb66bc5984bc8f74.tar.bz2 gentoo-2-0c1f0af231883f3954e66f7bfb66bc5984bc8f74.zip |
No new version since 2k5. Migrate by hand to xorg-2 eclass.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto/trapproto')
-rw-r--r-- | x11-proto/trapproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/trapproto/trapproto-3.4.3.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-proto/trapproto/ChangeLog b/x11-proto/trapproto/ChangeLog index 9ea4c724fa24..834c99cae078 100644 --- a/x11-proto/trapproto/ChangeLog +++ b/x11-proto/trapproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/trapproto -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/ChangeLog,v 1.30 2011/02/06 10:29:38 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/ChangeLog,v 1.31 2012/02/23 18:26:49 scarabeus Exp $ + + 23 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> trapproto-3.4.3.ebuild: + No new version since 2k5. Migrate by hand to xorg-2 eclass. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> trapproto-3.4.3.ebuild: Drop to ~mips diff --git a/x11-proto/trapproto/trapproto-3.4.3.ebuild b/x11-proto/trapproto/trapproto-3.4.3.ebuild index 1c6890732c35..73b0cd849922 100644 --- a/x11-proto/trapproto/trapproto-3.4.3.ebuild +++ b/x11-proto/trapproto/trapproto-3.4.3.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/trapproto-3.4.3.ebuild,v 1.19 2011/02/06 10:29:38 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/trapproto/trapproto-3.4.3.ebuild,v 1.20 2012/02/23 18:26:49 scarabeus Exp $ -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular +EAPI=4 +inherit xorg-2 DESCRIPTION="X.Org Trap protocol headers" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" + RDEPEND="" DEPEND="${RDEPEND}" |