diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 18:30:10 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 18:30:10 +0000 |
commit | 16705bd7570bb6da99266c26cf09252f9ccbd9a9 (patch) | |
tree | a10509b5d069763ecd7ad44403c3ad4ce64d66bb /x11-proto/printproto | |
parent | Delete older ebuilds. (diff) | |
download | historical-16705bd7570bb6da99266c26cf09252f9ccbd9a9.tar.gz historical-16705bd7570bb6da99266c26cf09252f9ccbd9a9.tar.bz2 historical-16705bd7570bb6da99266c26cf09252f9ccbd9a9.zip |
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'x11-proto/printproto')
-rw-r--r-- | x11-proto/printproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/printproto/printproto-1.0.5.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-proto/printproto/ChangeLog b/x11-proto/printproto/ChangeLog index 421da23718ec..12e374801697 100644 --- a/x11-proto/printproto/ChangeLog +++ b/x11-proto/printproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/printproto -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/printproto/ChangeLog,v 1.41 2010/09/10 18:15:36 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/printproto/ChangeLog,v 1.42 2011/01/15 18:26:18 scarabeus Exp $ + +*printproto-1.0.5 (15 Jan 2011) + + 15 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +printproto-1.0.5.ebuild: + Version bump 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -printproto-1.0.3.ebuild: diff --git a/x11-proto/printproto/printproto-1.0.5.ebuild b/x11-proto/printproto/printproto-1.0.5.ebuild new file mode 100644 index 000000000000..d67d5916270d --- /dev/null +++ b/x11-proto/printproto/printproto-1.0.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/printproto/printproto-1.0.5.ebuild,v 1.1 2011/01/15 18:26:18 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="X.Org Print protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" +RDEPEND="" +DEPEND="${RDEPEND}" |