diff options
Diffstat (limited to 'media-fonts/font-screen-cyrillic')
-rw-r--r-- | media-fonts/font-screen-cyrillic/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.2.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/media-fonts/font-screen-cyrillic/ChangeLog b/media-fonts/font-screen-cyrillic/ChangeLog index 34717707d55f..885f7ee545c0 100644 --- a/media-fonts/font-screen-cyrillic/ChangeLog +++ b/media-fonts/font-screen-cyrillic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/font-screen-cyrillic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-screen-cyrillic/ChangeLog,v 1.26 2010/01/23 18:25:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-screen-cyrillic/ChangeLog,v 1.27 2010/03/15 22:24:08 scarabeus Exp $ + +*font-screen-cyrillic-1.0.2 (15 Mar 2010) + + 15 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +font-screen-cyrillic-1.0.2.ebuild: + Version bump. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -font-screen-cyrillic-1.0.0.ebuild: diff --git a/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.2.ebuild b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.2.ebuild new file mode 100644 index 000000000000..6c56c3e20de9 --- /dev/null +++ b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.2.ebuild,v 1.1 2010/03/15 22:24:08 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org Screen cyrillic fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-apps/bdftopcf" |