]> Pileus Git - ~andy/sunrise/commitdiff
media-gfx/fontmatrix: fix dead source link
authorhasufell <julian.ospald@googlemail.com>
Wed, 21 Mar 2012 12:30:35 +0000 (12:30 +0000)
committerhasufell <julian.ospald@googlemail.com>
Wed, 21 Mar 2012 12:30:35 +0000 (12:30 +0000)
svn path=/sunrise/; revision=12829

media-gfx/fontmatrix/ChangeLog
media-gfx/fontmatrix/Manifest
media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild

index c06897675989884545751ea0021caaa2ff3db5f2..260d8251322d68c95721a38f15caa16f41dfb913 100644 (file)
@@ -1,7 +1,10 @@
 # ChangeLog for media-gfx/fontmatrix
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Mar 2012; hasufell <julian.ospald@googlemail.com> fontmatrix-0.6.0.ebuild:
+  fix dead source link
+
   03 Jul 2011; Piotr Szymaniak <szarpaj@grubelek.pl>
   fontmatrix-0.6.0.ebuild:
   EAPI bump, added missing depend.
index 382aa2c99c60f96eb92df262c1e230ecb7371e67..1697b4e41175a688aa084c8cdf4523d8015068a3 100644 (file)
@@ -1,4 +1,4 @@
 DIST fontmatrix-0.6.0-Source.tar.gz 2490774 RMD160 a419369172590fa08d5e0575ed5e91d6169bd8ee SHA1 9b1663a2a57f3b95e0eebc8cfa748ca9f99a6a48 SHA256 bcc5e929d95d2a0c9481d185144095c4e660255220a7ae6640298163ee77042c
-EBUILD fontmatrix-0.6.0.ebuild 1038 RMD160 eaa672921aea08d59bf0bf0a6e2d85db184f7a0b SHA1 069021d8f6fe76359750636dc7a3342910ed13c3 SHA256 a3dbb9383484ae22ec72ab95299af0fd2546316d78902d5be95bea05439a1041
-MISC ChangeLog 2096 RMD160 db38e8bef58eea1cc148c47170331ec46c91c627 SHA1 cd8bb63995a6fc3fe77fae8d076d426f05f28429 SHA256 1a0a67c0952a583460168e694f973070813c1a5fb8c669032364978662482414
+EBUILD fontmatrix-0.6.0.ebuild 1153 RMD160 7fc023f9005c9f87c6e2688ba0884efdf42e5ea1 SHA1 1e60c7ec171575ba6a01d5810e31995c03779613 SHA256 2f82ed849f259f85ef35df38091376c13901975aaef746ac9df48baf0705ffe8
+MISC ChangeLog 2200 RMD160 298562019346b41ccd15b31eb8c879a4220eb35e SHA1 2e7a48d67b2ff2e576a0a8c5993b9dbd46effedd SHA256 ad9c49ebf00dac0182c5792a1ee8292eea3dd740d4f79aee36a562f851d69430
 MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
index 5065b1606ee59a3efb079a96fe4346bf6aa4f8f1..4c003ee05a473b6ff34837bd90087bac0a77ef95 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,8 +7,9 @@ EAPI=4
 inherit qt4-r2 cmake-utils
 
 DESCRIPTION="A font manager"
-HOMEPAGE="http://www.fontmatrix.net/"
-SRC_URI="http://www.fontmatrix.net/archives/${P}-Source.tar.gz"
+HOMEPAGE="http://oep-h.com/fontmatrix/"
+# old link dead, no official one yet ( Mar 21 2012 )
+SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${P}-Source.tar.gz/6a00c9448a50d3bab5acb4145f778f2d/${P}-Source.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -39,7 +40,7 @@ src_install() {
 
 pkg_postinst() {
        elog "If you encounter problems or just have questions or if you have"
-       elog " suggestions, please take time to suscribe to the undertype-users"
-       elog " mailing list ( https://mail.gna.org/listinfo/undertype-users )."
-       elog " If you want to reach us quickly, come to #fontmatrix at Freenode."
+       elog "suggestions, please take time to suscribe to the undertype-users"
+       elog "mailing list ( https://mail.gna.org/listinfo/undertype-users )."
+       elog "If you want to reach us quickly, come to #fontmatrix at Freenode."
 }