diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-12-18 15:58:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-12-18 15:58:03 +0000 |
commit | fcc507c936b3f60598753445eaa1257772643f74 (patch) | |
tree | fa60c3a76d60cffcace0c49dcc37798c510fb494 /dev-libs | |
parent | Stable on sparc (diff) | |
download | gentoo-2-fcc507c936b3f60598753445eaa1257772643f74.tar.gz gentoo-2-fcc507c936b3f60598753445eaa1257772643f74.tar.bz2 gentoo-2-fcc507c936b3f60598753445eaa1257772643f74.zip |
repoman QA
(Portage version: 2.1.2_rc3-r6)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/g-wrap/files/digest-g-wrap-1.3.4-r1 | 2 | ||||
-rw-r--r-- | dev-libs/g-wrap/files/digest-g-wrap-1.9.6 | 3 | ||||
-rw-r--r-- | dev-libs/g-wrap/files/g-wrap-glib-problem-fix.patch | 10 |
3 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/g-wrap/files/digest-g-wrap-1.3.4-r1 b/dev-libs/g-wrap/files/digest-g-wrap-1.3.4-r1 index b5710fc25f2d..14f4c8715f32 100644 --- a/dev-libs/g-wrap/files/digest-g-wrap-1.3.4-r1 +++ b/dev-libs/g-wrap/files/digest-g-wrap-1.3.4-r1 @@ -1 +1,3 @@ MD5 bf29b8b563cc27d9f7fd90a6243653aa g-wrap-1.3.4.tar.gz 403570 +RMD160 64eddd127e24df11067b498d0986d8823f012d76 g-wrap-1.3.4.tar.gz 403570 +SHA256 bb9fa9b7b6b2a11899d98d730cf5970179bbf942fd763eda13b7b541278adee4 g-wrap-1.3.4.tar.gz 403570 diff --git a/dev-libs/g-wrap/files/digest-g-wrap-1.9.6 b/dev-libs/g-wrap/files/digest-g-wrap-1.9.6 new file mode 100644 index 000000000000..79764f2c6023 --- /dev/null +++ b/dev-libs/g-wrap/files/digest-g-wrap-1.9.6 @@ -0,0 +1,3 @@ +MD5 4d83964f51376500eedced538c1620cb g-wrap-1.9.6.tar.gz 826045 +RMD160 1e3d86e38061a217b9dde06885301f4a46433d39 g-wrap-1.9.6.tar.gz 826045 +SHA256 ddb0e31d40581402d6d7045cce7cdc79e0bc0627831a4b12012f45703446d311 g-wrap-1.9.6.tar.gz 826045 diff --git a/dev-libs/g-wrap/files/g-wrap-glib-problem-fix.patch b/dev-libs/g-wrap/files/g-wrap-glib-problem-fix.patch new file mode 100644 index 000000000000..23dd9c831039 --- /dev/null +++ b/dev-libs/g-wrap/files/g-wrap-glib-problem-fix.patch @@ -0,0 +1,10 @@ +--- configure.ac.orig 2006-03-08 15:42:30.000000000 +0200 ++++ configure.ac 2006-03-08 15:42:47.000000000 +0200 +@@ -95,7 +95,7 @@ + AM_CONDITIONAL(HAVE_SRFI_35, test "$HAVE_SRFI_35" = yes) + + dnl Check for optional libraries +-PKG_CHECK_MODULES(GLIB, glib, [have_glib=yes], [have_glib=no]) ++PKG_CHECK_MODULES(GLIB, glib-2.0, [have_glib=yes], [have_glib=no]) + AM_CONDITIONAL(HAVE_GLIB, test "$have_glib" = yes) + |