File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
DIST thruk_libs-3.18.tar.gz 9866977 BLAKE2B 74ba8778e1b2f2f6293c2d5006ad07da1454363beea698c2a0dede642a93f94ed581d98b0075758e45abd5ae5a9e73d5f8179a9983cb63c4a693118b4aa28acf SHA512 13176727ace2aaf4e6725cbed411c090a16c9d76aae159501849ceb6c7b4ffc21f4e75f494cdfd2ea5e2c4548365a09d5e8afa17816fb2f9a5e855af12dd9b01
2
2
DIST thruk_libs-3.20.2.tar.gz 9870364 BLAKE2B a1dec3d5a4da999b87e52865ea31b0c15ec47bfa9827b7f4c0841ad568d3af639e339a4fb02fd78ffd2a83643408d8a1242124233850cebb47828c942b845594 SHA512 10bd649c3c2b3498b0a4c82e5dda6a0051c715b00cd9a6b3120a63ad9af7b6345d4227f3b80a7d3745af5a7d50393505acd86c3aa2f1243524e934a495245b2a
3
3
DIST thruk_libs-3.20.tar.gz 9870412 BLAKE2B c459e3491dad8dd07e42b3797df55d0af269f0fc43045f91fe4a70788d49d2ec2c3ef127227e094b1a63b734cc569a606af4f35211c1924a3a020e7942ba86b5 SHA512 f72f2c5b752c5001a8c86022700c5e816714ad27491fd257263295983fc37ec8e9f0608ace4b92a5459d2a96a3e1bf1a4fc7cd581d1a3d81caa560e54e0f5421
4
+ DIST thruk_libs-3.22.2.tar.gz 9870497 BLAKE2B a73a852d0d6bca14e5be70dda86235ecd24d39a5e6ec480c57e551f8bde684324752b33c680bb6b86c9637b92d06cb8236bff5c9ed63cd6615c4a44fa4fda96b SHA512 90e5842487fbebda9b9b9a457830ec48df8a3a8e02b1016324e01df5852b5d487737fdb2319ad0adb81c15de8e18c16155473a9d85fbacf8bd574b1b5c2f892b
4
5
DIST thruk_libs-3.22.tar.gz 9870312 BLAKE2B d68ba66ee2f5563886aef294c28a2307eb28a11006c38f0fa739e8f18a73f501a59fade253904b9e4a609d97e5308210e85470f18237d010ddea4cf657df4276 SHA512 920e79f47ba985fbadc365f1bbf3ccd5c2334e51695bab5d31ad586d51f3cd01ac5cbbede2572eb53b685b700c8d486011c5a117ad7c7244dffaca7be257aa4e
Original file line number Diff line number Diff line change
1
+ # Copyright 1999-2024 Gentoo Authors
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=8
5
+
6
+ DESCRIPTION=" easy build thruk perl dependencies"
7
+ HOMEPAGE=" https://github.com/sni/thruk_libs"
8
+ SRC_URI=" https://github.com/sni/${PN} /archive/refs/tags/v${PV} .tar.gz -> ${P} .tar.gz"
9
+
10
+ LICENSE=" GPL-1"
11
+ SLOT=" 0"
12
+ KEYWORDS=" ~amd64 ~ppc ~x86"
13
+ IUSE=" "
14
+
15
+ DEPEND="
16
+ dev-db/mysql-connector-c
17
+ media-libs/gd
18
+ "
19
+
20
+ BDEPEND="
21
+ ${DEPEND}
22
+ app-admin/chrpath
23
+ "
You can’t perform that action at this time.
0 commit comments