diff options
author | Marius Mauch <genone@gentoo.org> | 2005-01-05 12:22:58 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-01-05 12:22:58 +0000 |
commit | 80ad19876a46e9f905567e7a7ee16fdf9328ddd7 (patch) | |
tree | 200a40c425ed1c0247602fef66473f83f5bec4bb | |
parent | chipcard-server version bump (diff) | |
download | historical-80ad19876a46e9f905567e7a7ee16fdf9328ddd7.tar.gz historical-80ad19876a46e9f905567e7a7ee16fdf9328ddd7.tar.bz2 historical-80ad19876a46e9f905567e7a7ee16fdf9328ddd7.zip |
commit to make repoman happy, stupid cvs
-rw-r--r-- | app-editors/zoinks/Manifest | 15 | ||||
-rw-r--r-- | app-editors/zoinks/files/digest-zoinks-0.3.8-r1 | 1 | ||||
-rw-r--r-- | app-editors/zoinks/files/xorg-library-configure.patch | 14 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-editors/zoinks/Manifest b/app-editors/zoinks/Manifest new file mode 100644 index 000000000000..fa24f306e59d --- /dev/null +++ b/app-editors/zoinks/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 622720c5c5e309d4457ff037f8a4175f metadata.xml 222 +MD5 a76af43f8c77ca011e5770217b6feeda ChangeLog 1451 +MD5 b57d2beee07a9a6293b2885d685c189e zoinks-0.3.8-r1.ebuild 805 +MD5 cb151c338962b02771f14ab6cd7cfda6 files/xorg-library-configure.patch 296 +MD5 1af095ae3adb70486d47e435646e985a files/digest-zoinks-0.3.8-r1 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFB29zp6J2i8a8J4okRAvHrAJ9vE9PpwmSxpXflD+2ABCa4N1LjVgCePrkR +RlHwDcJ/oMWJ4azUcBWQRHk= +=2/Rs +-----END PGP SIGNATURE----- diff --git a/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 b/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 new file mode 100644 index 000000000000..156a888aa42b --- /dev/null +++ b/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 @@ -0,0 +1 @@ +MD5 90522a8d112868e121f576df931602b3 zoinks-0.3.8.tar.gz 330651 diff --git a/app-editors/zoinks/files/xorg-library-configure.patch b/app-editors/zoinks/files/xorg-library-configure.patch new file mode 100644 index 000000000000..c4018de15fce --- /dev/null +++ b/app-editors/zoinks/files/xorg-library-configure.patch @@ -0,0 +1,14 @@ +--- configure.org 2003-12-24 14:16:13.000000000 +0100 ++++ configure 2005-01-05 13:13:30.524432304 +0100 +@@ -7299,8 +7299,10 @@ + { (exit 1); exit 1; }; } + fi + +-X_LIBRARY_PATH=-L$x_libraries ++if test "x$x_libraries" != x; then ++ X_LIBRARY_PATH=-L$x_libraries + ++fi + + # Checks for libraries. + |