diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-06 08:06:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-06 08:06:16 +0100 |
commit | 4187bba080530c5ca1c7dae9c233e88f3fc8f535 (patch) | |
tree | b6f535e053876097ced1b6bda14a4da890c730d4 /dev-ml/camldbm | |
parent | 2a8d2f71d1d9963368e0ef3d641d75979a689d12 (diff) |
gentoo auto-resync : 06:07:2024 - 08:06:15
Diffstat (limited to 'dev-ml/camldbm')
-rw-r--r-- | dev-ml/camldbm/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/camldbm/files/hasgotfix.patch | 15 | ||||
-rw-r--r-- | dev-ml/camldbm/files/include_fix.patch | 15 |
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-ml/camldbm/Manifest b/dev-ml/camldbm/Manifest index a85be71537d8..6c71bb9ade99 100644 --- a/dev-ml/camldbm/Manifest +++ b/dev-ml/camldbm/Manifest @@ -1,5 +1,3 @@ -AUX hasgotfix.patch 418 BLAKE2B f8f5a728cb1fa772db368faf3bfb6047fa570d0845155caff5d22e40b3a82d33b33844cf405ceb2021bfb5c3ec641cf59a0afe2546657cedc0f33c120b525c10 SHA512 3b936694976c962540734bcca51a762cd3a02f6d1d4678eeeb2c4ee283bd0defa0dcea90dc062475dbd542efe871041b7a76782b0437d34b682914b8f39a042d -AUX include_fix.patch 512 BLAKE2B e99ff15b037c2db639f14ff234c51c2a34c7dc2a5c3395d58675c89c240e2f9928913f38956a70d87f7d6f522937f1f51a9f77d245f095df8ddb0c0a988c285f SHA512 46a05033c469ec8b668e044a799d230b82539e2bb43067383f89f46f9ac128a2b43e8a5439dda16e368f283c608d6561109389d2aab3c8cdde7fbdb957433cad DIST camldbm-1.2.tar.gz 14823 BLAKE2B b9eda65c56440b1d13562e0d184474e585b13826038e77901961df475cbd73df39c9923e4f73c891252f17416e78acb3c3b42accf01dc5d6f51a72bafa930084 SHA512 56d317db420179f96a0f6a453f8a34ea16942f3ca5ed09dd6955517348dad281ad105b861378f1ebd01ec5c8a1c07d5e5db1ab4d255f9572ece64a86559705f0 EBUILD camldbm-1.2.ebuild 838 BLAKE2B 99e572a2ac1f99619091a3e9df95ae0ec1b6a123555c56ac84bdb4ae70f9510ac180511f946200049f6a364906a642e82ced5520547cb7208b0d8209c0ebb6fd SHA512 0593ebf07c5bf68b725639f1954322f65ce7f312d1412a6e9210b12ed3241998b5d95303c0bb2536d5b73a94d1414c67672610b92a4f5882ed046904fabfe9ad MISC metadata.xml 307 BLAKE2B 8c1950a08842fa7930a11e6d2efcb424c220a2fcc8e1d5f4e909f2b77e7573ee506f1dcf89a65148165a79ae3f62ac6c5301d6e9a9c20358e9bc9c1c11ab371c SHA512 8f42ea1ae2a4b8ed8ce97bd5333b1b91c3c44a0d3a8de3411afe7abb96734a86162c31ee4922dd86d6d8d5d2d5131c33f240c6d151717c7ff07f4befe0eb1030 diff --git a/dev-ml/camldbm/files/hasgotfix.patch b/dev-ml/camldbm/files/hasgotfix.patch deleted file mode 100644 index 840ffcbe7f0f..000000000000 --- a/dev-ml/camldbm/files/hasgotfix.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1202&group_id=278&atid=1189 - -Index: camldbm-1.0/configure -=================================================================== ---- camldbm-1.0.orig/configure -+++ camldbm-1.0/configure -@@ -35,7 +35,7 @@ hasgot() { - ${CC:-cc} -I$1 -o hasgot.exe hasgot.c $3 $4 - res=$? - rm -f hasgot.c hasgot.exe -- return $? -+ return $res - } - - dbm_include="not found" diff --git a/dev-ml/camldbm/files/include_fix.patch b/dev-ml/camldbm/files/include_fix.patch deleted file mode 100644 index 16fb6bd1e96e..000000000000 --- a/dev-ml/camldbm/files/include_fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1201&group_id=278&atid=1189 - -Index: camldbm-1.0/Makefile -=================================================================== ---- camldbm-1.0.orig/Makefile -+++ camldbm-1.0/Makefile -@@ -51,7 +51,7 @@ libcamldbm.$(A): cldbm.$(O) - $(OCAMLOPT) -c $(COMPFLAGS) $< - - .c.$(O): -- $(OCAMLC) -c -ccopt "$(DBM_INCLUDE)" -ccopt "$(DBM_DEFINES)" $< -+ $(OCAMLC) -c -ccopt "$(DBM_INCLUDES)" -ccopt "$(DBM_DEFINES)" $< - - depend: - $(OCAMLDEP) *.ml *.mli > .depend |