diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 18:55:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 18:55:30 +0000 |
commit | ca25b89cfc797730dd05ec9e2ba8794ce3116dc5 (patch) | |
tree | 4fc7e3356194a7f6f32c5fcae0e8d1465c994c25 /x11-drivers/xf86-video-apm | |
parent | old (diff) | |
download | gentoo-2-ca25b89cfc797730dd05ec9e2ba8794ce3116dc5.tar.gz gentoo-2-ca25b89cfc797730dd05ec9e2ba8794ce3116dc5.tar.bz2 gentoo-2-ca25b89cfc797730dd05ec9e2ba8794ce3116dc5.zip |
old
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-apm')
-rw-r--r-- | x11-drivers/xf86-video-apm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/x11-drivers/xf86-video-apm/ChangeLog b/x11-drivers/xf86-video-apm/ChangeLog index a27bee052b58..9c7c816f3478 100644 --- a/x11-drivers/xf86-video-apm/ChangeLog +++ b/x11-drivers/xf86-video-apm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-apm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-apm/ChangeLog,v 1.40 2011/02/12 19:00:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-apm/ChangeLog,v 1.41 2011/02/13 18:55:30 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-apm-1.2.2.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-apm-1.2.3.ebuild: ia64 stable wrt #344827 diff --git a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild b/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild deleted file mode 100644 index 1c6cdc2d509f..000000000000 --- a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild,v 1.5 2009/12/15 15:26:29 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Alliance ProMotion video driver" - -KEYWORDS="amd64 ia64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86rushproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xproto" |