summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2019-11-02 18:17:07 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2019-11-02 18:17:07 -0400
commitff08874a9a4be4709000b23eb9dce5a513771022 (patch)
tree15321bdb1426648e278a2894e84d6d8b1c28b519 /app-text
parentdelete manpage from depricated directory import flag-o-matic (diff)
downloadsuperposition-ff08874a9a4be4709000b23eb9dce5a513771022.tar.gz
superposition-ff08874a9a4be4709000b23eb9dce5a513771022.tar.bz2
superposition-ff08874a9a4be4709000b23eb9dce5a513771022.zip
remove DEVRANDOM option because it caueses compile errors
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/rig/Manifest4
-rw-r--r--app-text/rig/metadata.xml5
-rw-r--r--app-text/rig/rig-1.11.ebuild10
3 files changed, 4 insertions, 15 deletions
diff --git a/app-text/rig/Manifest b/app-text/rig/Manifest
index 48fc5be..93feec9 100644
--- a/app-text/rig/Manifest
+++ b/app-text/rig/Manifest
@@ -1,4 +1,4 @@
AUX rig-1.11-useDestDirAndImportMemcpy.patch 674 BLAKE2B 92c64551d8ca030a21c0a33e993980583c96064ac7f0a8040f95041cc76dbc25aa7094f638f58a5e9797c97310d73b2aa16d9cc45a0b2e774fce270cc3eca21d SHA512 958e13d420b5c91506b953a30be662d459d0c53faab36912a58658356ab019107b6b6ec1242ef23bf2e5ba03eb18e1a4c5170fca494a295272f855bbf797baba
DIST rig-1.11.tar.gz 23112 BLAKE2B 4682581f4d0150040db29371a7d0fbb6b63072513038de37ad52195a2b83ef671d15a00e1024bc32b82c847af750d57a96ff6a6cdb08ed288e0d9d05823be445 SHA512 95bab873404fd4498f7895026b7cdda5b182dd3c33a17c4ad81389f5ed6cc0e9429cd1abaa51a023fedc472c611a66674c698d23b57515ed30d7f92e5f280b87
-EBUILD rig-1.11.ebuild 1011 BLAKE2B 8ef5b41f51423775ea28549d320df14f24a8b22bd9169c70540c6631b94c7314192e3033e340add8c69fede60ea87d37b072399a9bc1995c683239fbf233289d SHA512 520f30858f26334003e1384667c0acd250515b4efd72781957aefe35dabdd6a0990064d7bbb3fa258740ea8bc7345f30cb84a5cbfd37a2f00054282170bfad6f
-MISC metadata.xml 402 BLAKE2B 93231d98ea75439ff9eb1713ab8a6bcd62142b5c01109a17715f9d6710ac90477a2f6546614c25a4e2af4cfa8af52e5035d4e6dfc2e458b11591e154d64921db SHA512 562bb78240696acf97707ce309bcd967b0608d0b90af26763b300c5aaefd8c68ece65dabfc8e13d72b00d2ce6785e83c36dcf372d2176286a47de62dd464eb65
+EBUILD rig-1.11.ebuild 906 BLAKE2B 3a6cbdd786602bcfb75a583a525179799b0e106761cfc3808eb5bd89ffbd9740956d07692255ca61dbad4084999d8c25fac20bbc675a85a3492f156c225ff22e SHA512 2bb6dc0921e423c89c678946b37988273159c2d3a622095c6fa149258c2db8179c6720e518f7c63ea9d85f4c3f26a6bc1e1b3d03633d2f01811a4895ebfe2ec8
+MISC metadata.xml 323 BLAKE2B 26f8c8a43a2ce23625cf6a63cb13de485cfcb722b2eeb693ef94cca6b00ccce418cd06ecf640674a9af17a1ab400294a8de135d77d2b18634397bccdd6232b02 SHA512 93434c2322b6dcddb4ed90be3180136ada13cfa8a1ccb9bdd2f916053f129aa93caab167afe1c66b69fdcd1c81da670e36d09ca534696de43d815f6a490b9f2f
diff --git a/app-text/rig/metadata.xml b/app-text/rig/metadata.xml
index a7adb80..4304452 100644
--- a/app-text/rig/metadata.xml
+++ b/app-text/rig/metadata.xml
@@ -6,9 +6,4 @@ A program that generates fake identities.
RIG comes with the top 1000 names from the US census at
http://www.census.gov/genealogy/names/
</longdescription>
-<use>
- <flag name="devrandom">
- Use /dev/random for randomness
- </flag>
-</use>
</pkgmetadata>
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild
index ce4f18b..eb3f4b5 100644
--- a/app-text/rig/rig-1.11.ebuild
+++ b/app-text/rig/rig-1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="generate random, yet real-looking, personal data"
HOMEPAGE="https://sourceforge.net/projects/rig/ "
@@ -12,7 +12,7 @@ SRC_URI="https://sourceforge.net/projects/rig/files/rig/1.11/rig-1.11.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+devrandom"
+IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
@@ -24,12 +24,6 @@ PATCHES=(
DOCS=( "README" "Changelog" "rig.6" )
-src_configure() {
- if use devrandom ; then
- append-cxxflags "-DDEVRANDOM"
- fi
-}
-
src_compile() {
sed -i -e "s:g++ :$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} :" Makefile \
|| die "sed fix failed. Uh-oh..."