Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553916 - =media-fonts/dejavu-2.35: version bump
Summary: =media-fonts/dejavu-2.35: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2015-07-04 12:28 UTC by Coacher
Modified: 2015-07-11 02:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dejavu-2.35.ebuild (dejavu-2.35.ebuild,2.17 KB, text/plain)
2015-07-10 18:09 UTC, Coacher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2015-07-04 12:28:12 UTC
Hello.

dejavu-2.35 was released a while ago. Changes can be found here: http://sourceforge.net/projects/dejavu/files/dejavu/2.35/

Please bump.
Comment 1 Coacher 2015-07-10 18:09:14 UTC
Created attachment 406474 [details]
dejavu-2.35.ebuild

Works fine with the attached ebuild.

Diff:
--- a/media-fonts/dejavu/dejavu-2.34.ebuild
+++ b/media-fonts/dejavu/dejavu-2.35.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/dejavu-2.34.ebuild,v 1.11 2015/02/28 14:04:37 ago Exp $
+# $Header: $

-EAPI="4"
+EAPI=5

 inherit font versionator

@@ -20,7 +20,7 @@ MY_SP=${PN}-fonts-${MY_PV}

 if [ -z ${snapv} ]
 then
-       SRC_URI="!fontforge? (  mirror://sourceforge/${PN}/${MY_BP}.tar.bz2 )
+       SRC_URI="!fontforge? ( mirror://sourceforge/${PN}/${MY_BP}.tar.bz2 )
                fontforge? ( mirror://sourceforge/${PN}/${MY_SP}.tar.bz2 )"
 else
        MY_BP=${MY_BP}-${snapv}
@@ -30,7 +30,7 @@ else
 fi

 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"

 IUSE="fontforge"
 DEPEND="fontforge? ( x11-apps/mkfontscale
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2015-07-11 02:29:01 UTC
Committed. Thanks for reporting!