* [gentoo-commits] repo/user/superposition:master commit in: app-text/rig/
@ 2019-11-02 22:22 Philip Miess
0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2019-11-02 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 55fcf06acd93b4c8dfb8b213e754bebcccae11fe
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Nov 2 22:23:30 2019 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Nov 2 22:23:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=55fcf06a
delete whole image/usr/man directory to avoid QA message
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
app-text/rig/Manifest | 2 +-
app-text/rig/rig-1.11.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/rig/Manifest b/app-text/rig/Manifest
index 93feec9..6b06550 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 906 BLAKE2B 3a6cbdd786602bcfb75a583a525179799b0e106761cfc3808eb5bd89ffbd9740956d07692255ca61dbad4084999d8c25fac20bbc675a85a3492f156c225ff22e SHA512 2bb6dc0921e423c89c678946b37988273159c2d3a622095c6fa149258c2db8179c6720e518f7c63ea9d85f4c3f26a6bc1e1b3d03633d2f01811a4895ebfe2ec8
+EBUILD rig-1.11.ebuild 899 BLAKE2B c4d6f7a726980b669d4c7c431d44e37ebcb9ec30b20a4b388f238f4f783d14323aafc7f7f51a93855eea4c4eabd83ca9681b16f944dfa7fbb68041c96931b6c9 SHA512 b9a8078a23440a6463b3c27ca5165749fca68075b6447cff92cd63c1e5146ef3e856fa7e306cd6eb21cbf8c05f0dec75538e4df711888d15c386da559502e95c
MISC metadata.xml 323 BLAKE2B 26f8c8a43a2ce23625cf6a63cb13de485cfcb722b2eeb693ef94cca6b00ccce418cd06ecf640674a9af17a1ab400294a8de135d77d2b18634397bccdd6232b02 SHA512 93434c2322b6dcddb4ed90be3180136ada13cfa8a1ccb9bdd2f916053f129aa93caab167afe1c66b69fdcd1c81da670e36d09ca534696de43d815f6a490b9f2f
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild
index eb3f4b5..987cb2c 100644
--- a/app-text/rig/rig-1.11.ebuild
+++ b/app-text/rig/rig-1.11.ebuild
@@ -39,6 +39,6 @@ src_install() {
if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; then
emake DESTDIR="${D}" install
fi
- rm "${D}/usr/man/man6/rig.6"
+ rm -rf "${D}/usr/man"
einstalldocs
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: app-text/rig/
@ 2019-11-02 22:30 Philip Miess
0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2019-11-02 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 1045ab432dde131fb08357c9f9b022c0d8cc5235
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Nov 2 22:31:02 2019 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Nov 2 22:31:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=1045ab43
install man page with doman instead of dodoc
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
app-text/rig/Manifest | 2 +-
app-text/rig/rig-1.11.ebuild | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-text/rig/Manifest b/app-text/rig/Manifest
index 6b06550..dbbdba2 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 899 BLAKE2B c4d6f7a726980b669d4c7c431d44e37ebcb9ec30b20a4b388f238f4f783d14323aafc7f7f51a93855eea4c4eabd83ca9681b16f944dfa7fbb68041c96931b6c9 SHA512 b9a8078a23440a6463b3c27ca5165749fca68075b6447cff92cd63c1e5146ef3e856fa7e306cd6eb21cbf8c05f0dec75538e4df711888d15c386da559502e95c
+EBUILD rig-1.11.ebuild 904 BLAKE2B 38569976ea46fbc96259c021fc81f9cd85fa1e984a51c2cf3688c7f586762ae29183079a4bc807cda8e72b52eac069a1e04cbbb4649327ddcb2ea137628f942a SHA512 ed6de810e099a3a4fa305e1bd4fa2ba8d6a4289099c41b92da8ba84f0b88e892a2e9490a2ac7ff6fc1d50d103945dc1f79573fa4be33b98227e30dd59e1c6f8c
MISC metadata.xml 323 BLAKE2B 26f8c8a43a2ce23625cf6a63cb13de485cfcb722b2eeb693ef94cca6b00ccce418cd06ecf640674a9af17a1ab400294a8de135d77d2b18634397bccdd6232b02 SHA512 93434c2322b6dcddb4ed90be3180136ada13cfa8a1ccb9bdd2f916053f129aa93caab167afe1c66b69fdcd1c81da670e36d09ca534696de43d815f6a490b9f2f
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild
index 987cb2c..6cbe523 100644
--- a/app-text/rig/rig-1.11.ebuild
+++ b/app-text/rig/rig-1.11.ebuild
@@ -22,7 +22,7 @@ PATCHES=(
"${FILESDIR}/${P}-useDestDirAndImportMemcpy.patch"
)
-DOCS=( "README" "Changelog" "rig.6" )
+DOCS=( "README" "Changelog" )
src_compile() {
sed -i -e "s:g++ :$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} :" Makefile \
@@ -40,5 +40,6 @@ src_install() {
emake DESTDIR="${D}" install
fi
rm -rf "${D}/usr/man"
+ doman rig.6
einstalldocs
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: app-text/rig/
@ 2019-11-02 22:15 Philip Miess
0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2019-11-02 22:15 UTC (permalink / raw
To: gentoo-commits
commit: ff08874a9a4be4709000b23eb9dce5a513771022
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Nov 2 22:17:07 2019 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Nov 2 22:17:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=ff08874a
remove DEVRANDOM option because it caueses compile errors
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
app-text/rig/Manifest | 4 ++--
app-text/rig/metadata.xml | 5 -----
app-text/rig/rig-1.11.ebuild | 10 ++--------
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..."
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: app-text/rig/
@ 2019-11-02 21:32 Philip Miess
0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2019-11-02 21:32 UTC (permalink / raw
To: gentoo-commits
commit: 85be4911a3f89e73c92b7c37f2eeb8f3096616f9
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Nov 2 21:34:19 2019 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Nov 2 21:34:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=85be4911
delete manpage from depricated directory import flag-o-matic
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
app-text/rig/Manifest | 2 +-
app-text/rig/rig-1.11.ebuild | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-text/rig/Manifest b/app-text/rig/Manifest
index 92b2379..48fc5be 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 993 BLAKE2B 58292bb026c28d6c6e8eafd04ec979873e4eb9948bd2f0edc25b1958de94b1a0cd5f9b5a04f95a8f658369631f4fdfb1931b61b93b4ca23a005b08466d9b51c1 SHA512 eaec1e4526d564ddc1969f56e3c12bd7bc90fa54b50ed27cbe5f816d8158f036357ef3731c59cb00e577ae8e778bcdf0b4162627fa6c51e9a647739b1ef17246
+EBUILD rig-1.11.ebuild 1011 BLAKE2B 8ef5b41f51423775ea28549d320df14f24a8b22bd9169c70540c6631b94c7314192e3033e340add8c69fede60ea87d37b072399a9bc1995c683239fbf233289d SHA512 520f30858f26334003e1384667c0acd250515b4efd72781957aefe35dabdd6a0990064d7bbb3fa258740ea8bc7345f30cb84a5cbfd37a2f00054282170bfad6f
MISC metadata.xml 402 BLAKE2B 93231d98ea75439ff9eb1713ab8a6bcd62142b5c01109a17715f9d6710ac90477a2f6546614c25a4e2af4cfa8af52e5035d4e6dfc2e458b11591e154d64921db SHA512 562bb78240696acf97707ce309bcd967b0608d0b90af26763b300c5aaefd8c68ece65dabfc8e13d72b00d2ce6785e83c36dcf372d2176286a47de62dd464eb65
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild
index fd2c147..ce4f18b 100644
--- a/app-text/rig/rig-1.11.ebuild
+++ b/app-text/rig/rig-1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="generate random, yet real-looking, personal data"
HOMEPAGE="https://sourceforge.net/projects/rig/ "
@@ -34,11 +34,9 @@ src_compile() {
sed -i -e "s:g++ :$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} :" Makefile \
|| die "sed fix failed. Uh-oh..."
emake
- echo 'hello'
}
src_install() {
- echo 'hi'
dodir /usr/bin
dodir /usr/man
dodir /usr/share/rig
@@ -47,5 +45,6 @@ src_install() {
if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; then
emake DESTDIR="${D}" install
fi
+ rm "${D}/usr/man/man6/rig.6"
einstalldocs
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: app-text/rig/
@ 2019-11-02 17:07 Philip Miess
0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2019-11-02 17:07 UTC (permalink / raw
To: gentoo-commits
commit: 7b3bac21f17c11b28a30bdbd9214cccb8af1d178
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Nov 2 17:08:44 2019 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Nov 2 17:08:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=7b3bac21
spell Changelog correctly
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
app-text/rig/Manifest | 2 +-
app-text/rig/rig-1.11.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/rig/Manifest b/app-text/rig/Manifest
index c2e8468..92b2379 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 994 BLAKE2B 70ae593eac790115055ac457ce30c315b49efc995dcad789a6da2bc4b64c36c3789690f377b6752789a0de584e99b51311caef23d2b9d5242545c79711d7206b SHA512 a8b765b5af32f9c85589723f57150181b51bcb87ece4cb7c9432728d8468c81a42db68b6474da7d7c289c5a4b991f5fc06c09d9310437183994d45176c092e5e
+EBUILD rig-1.11.ebuild 993 BLAKE2B 58292bb026c28d6c6e8eafd04ec979873e4eb9948bd2f0edc25b1958de94b1a0cd5f9b5a04f95a8f658369631f4fdfb1931b61b93b4ca23a005b08466d9b51c1 SHA512 eaec1e4526d564ddc1969f56e3c12bd7bc90fa54b50ed27cbe5f816d8158f036357ef3731c59cb00e577ae8e778bcdf0b4162627fa6c51e9a647739b1ef17246
MISC metadata.xml 402 BLAKE2B 93231d98ea75439ff9eb1713ab8a6bcd62142b5c01109a17715f9d6710ac90477a2f6546614c25a4e2af4cfa8af52e5035d4e6dfc2e458b11591e154d64921db SHA512 562bb78240696acf97707ce309bcd967b0608d0b90af26763b300c5aaefd8c68ece65dabfc8e13d72b00d2ce6785e83c36dcf372d2176286a47de62dd464eb65
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild
index ad2bdfb..fd2c147 100644
--- a/app-text/rig/rig-1.11.ebuild
+++ b/app-text/rig/rig-1.11.ebuild
@@ -22,7 +22,7 @@ PATCHES=(
"${FILESDIR}/${P}-useDestDirAndImportMemcpy.patch"
)
-DOCS=( "README" "Changlelog" "rig.6" )
+DOCS=( "README" "Changelog" "rig.6" )
src_configure() {
if use devrandom ; then
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: app-text/rig/
@ 2019-11-02 17:04 Philip Miess
0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2019-11-02 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 549700ef239c379b77989c52b85f4bf500abbdfb
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Nov 2 17:05:30 2019 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Nov 2 17:05:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=549700ef
create man directory
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
app-text/rig/Manifest | 2 +-
app-text/rig/rig-1.11.ebuild | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-text/rig/Manifest b/app-text/rig/Manifest
index 76ad669..c2e8468 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 973 BLAKE2B d8bfc1034262a6407fbe680c3b4736acaacbf13e62b8d91d3b1c1faee86f94d37c7d468a2ba4f95601ecad65b5caa24fd98315d71f7d91ce7d87377f2d8a3b6e SHA512 9a66a36b9c686d1a6e19c15fb8c2b335b31b70a9f7a13e7ce5a826cdb445bc488d8bb3f98173e58bd78c1e040f5576788d3a9846f101cae751e36fa0bf19e888
+EBUILD rig-1.11.ebuild 994 BLAKE2B 70ae593eac790115055ac457ce30c315b49efc995dcad789a6da2bc4b64c36c3789690f377b6752789a0de584e99b51311caef23d2b9d5242545c79711d7206b SHA512 a8b765b5af32f9c85589723f57150181b51bcb87ece4cb7c9432728d8468c81a42db68b6474da7d7c289c5a4b991f5fc06c09d9310437183994d45176c092e5e
MISC metadata.xml 402 BLAKE2B 93231d98ea75439ff9eb1713ab8a6bcd62142b5c01109a17715f9d6710ac90477a2f6546614c25a4e2af4cfa8af52e5035d4e6dfc2e458b11591e154d64921db SHA512 562bb78240696acf97707ce309bcd967b0608d0b90af26763b300c5aaefd8c68ece65dabfc8e13d72b00d2ce6785e83c36dcf372d2176286a47de62dd464eb65
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild
index 382e455..ad2bdfb 100644
--- a/app-text/rig/rig-1.11.ebuild
+++ b/app-text/rig/rig-1.11.ebuild
@@ -42,6 +42,7 @@ src_install() {
dodir /usr/bin
dodir /usr/man
dodir /usr/share/rig
+ dodir /usr/man/man6
if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; then
emake DESTDIR="${D}" install
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-11-02 22:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-02 22:22 [gentoo-commits] repo/user/superposition:master commit in: app-text/rig/ Philip Miess
-- strict thread matches above, loose matches on Subject: below --
2019-11-02 22:30 Philip Miess
2019-11-02 22:15 Philip Miess
2019-11-02 21:32 Philip Miess
2019-11-02 17:07 Philip Miess
2019-11-02 17:04 Philip Miess
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox