Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/blueness:master commit in: net-libs/axTLS/
Date: Fri, 06 Apr 2012 17:24:47
Message-Id: 1333733025.36caf321dd927fdfe6f2af33e6f755a998d9d0a1.blueness@gentoo
1 commit: 36caf321dd927fdfe6f2af33e6f755a998d9d0a1
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 17:23:45 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 17:23:45 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=36caf321
7
8 net-libs/axTLS: final touches before testing on arches
9
10 ---
11 net-libs/axTLS/Manifest | 2 +-
12 net-libs/axTLS/axTLS-1.4.5.ebuild | 22 ++++++++++++++--------
13 2 files changed, 15 insertions(+), 9 deletions(-)
14
15 diff --git a/net-libs/axTLS/Manifest b/net-libs/axTLS/Manifest
16 index c36a404..3243887 100644
17 --- a/net-libs/axTLS/Manifest
18 +++ b/net-libs/axTLS/Manifest
19 @@ -2,5 +2,5 @@ AUX axhttpd.confd 181 RMD160 489c7d0ff59a419061bcc246e1ca1ced1cfe2831 SHA1 4378b
20 AUX axhttpd.initd 629 RMD160 3a5160e0d6ee81dff21efbe3730e81141762087d SHA1 cda1a2095665cc7221ebfd91b4d3abb2a165b010 SHA256 77f1e9c4fd957e6a49b0631e9431e811385c2806fdb08b1ff6a681e1f5fab270
21 AUX config 3064 RMD160 50852bca5ca0e0d62af398805fd30133fd2361a3 SHA1 32de40d7e7300f0a43607a236f5890a38414fa3b SHA256 a2a52b3ca276755f3629d9b13685a52fc2415309afa9607d4ab361bc1360015f
22 DIST axTLS-1.4.5.tar.gz 1299325 RMD160 fb8f78578a998ed0a88cfef18127e4d24ff35bfc SHA1 33b8c4b7babd433d78889218bc5fa6932bfd0a24 SHA256 04e9c235d59cff98c393c920d4d7975b7ba32979c1d9675cee73996d22d232f1
23 -EBUILD axTLS-1.4.5.ebuild 3851 RMD160 330824efa908fd9a1faba9ceea06423c0aa00b03 SHA1 0b868863785cda657753bea6265641ace654bbdc SHA256 4cc0f6710e9828df3834e7425b51a88bc5758e0fd326866e947ab2f097321755
24 +EBUILD axTLS-1.4.5.ebuild 4195 RMD160 ec7eace4086f7d89f18d383c425c4fb14b9de4e9 SHA1 7c39c4767e05e60245c7365f94f0c6f0a8429ace SHA256 44b4fd2fbfed11f4226423fbb407bf72e0f83de42c8a3bca50a0ef20bec3d95b
25 MISC metadata.xml 539 RMD160 66d2200563130d8af1e6b9ea42aac0098cca0ece SHA1 977793dc0d626b3c9144cdac6e85ec137efd3e72 SHA256 678ce846bdfbf9df350ed0ba25520abe1588a12c229cbc54642269cf2fbe0966
26
27 diff --git a/net-libs/axTLS/axTLS-1.4.5.ebuild b/net-libs/axTLS/axTLS-1.4.5.ebuild
28 index b2b91a6..d95f607 100644
29 --- a/net-libs/axTLS/axTLS-1.4.5.ebuild
30 +++ b/net-libs/axTLS/axTLS-1.4.5.ebuild
31 @@ -9,20 +9,26 @@ inherit user savedconfig toolchain-funcs
32 ################################################################################
33 # axTLS CONFIG MINI-HOWTO
34 #
35 -# Note: axTLS is highly configurable and uses mconf, much like busybox or the
36 -# the linux kernel. You may configure it in two ways:
37 +# Note: axTLS is highly configurable and uses mconf, like the linux kernel.
38 +# You can configure it in a couple of ways:
39 #
40 -# 1) USE="-savedconfig" and set/unset the remaining use flags to obtain the
41 -# configuration you want.
42 +# 1) USE="-savedconfig" and set/unset the remaining flags to obtain the features
43 +# you want, and possibly a lot more.
44 #
45 -# 2) Do
46 +# 2) You can create your own configuration file by doing
47 #
48 -# FEATURES="keepwork" USE="savedconfig -*" emerge axTLS
49 +# FEATURES="keepwork" USE="savedconfig -*" emerge axTLS
50 +# cd /var/tmp/portage/net-libs/axTLS*/work/axTLS
51 +# make menuconfig
52 #
53 -# then
54 +# Now configure axTLS as you want. Finally save your config file:
55 #
56 -# cd /var/tmp/portage/busybox*/work/busybox-*
57 +# cp config/.config /etc/portage/savedconfig/net-libs/axTLS-1.4.5
58 +#
59 +# changing 1.4.5 to the current version. You can then run emerge again with
60 +# your configuration by doing
61 #
62 +# USE="savedconfig" emerge axTLS
63 #
64 ################################################################################