diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-03 17:49:21 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-03 17:49:21 +0000 |
commit | 816056a1f262d50e386956e52be8d42aff90f0f3 (patch) | |
tree | 4ab1e9df6ff07e9e579f2024c67e80c2188fea4c /x11-drivers/xf86-video-apm | |
parent | x11-drivers/xf86-input-void: drop old ebuilds (diff) | |
download | gentoo-2-816056a1f262d50e386956e52be8d42aff90f0f3.tar.gz gentoo-2-816056a1f262d50e386956e52be8d42aff90f0f3.tar.bz2 gentoo-2-816056a1f262d50e386956e52be8d42aff90f0f3.zip |
x11-drivers/xf86-video-apm: bump to 1.2.2
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-apm')
-rw-r--r-- | x11-drivers/xf86-video-apm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-apm/ChangeLog b/x11-drivers/xf86-video-apm/ChangeLog index 8a579906ad8b..fb85f06e91c9 100644 --- a/x11-drivers/xf86-video-apm/ChangeLog +++ b/x11-drivers/xf86-video-apm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-apm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-apm/ChangeLog,v 1.30 2009/04/15 15:43:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-apm/ChangeLog,v 1.31 2009/08/03 17:49:21 remi Exp $ + +*xf86-video-apm-1.2.2 (03 Aug 2009) + + 03 Aug 2009; Rémi Cardona <remi@gentoo.org> +xf86-video-apm-1.2.2.ebuild: + bump to 1.2.2 15 Apr 2009; Raúl Porcel <armin76@gentoo.org> xf86-video-apm-1.2.0.ebuild: 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 new file mode 100644 index 000000000000..104def193cf7 --- /dev/null +++ b/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild @@ -0,0 +1,20 @@ +# 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.1 2009/08/03 17:49:21 remi 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" +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" |