* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2019-04-17 5:45 Stefan Strogin
0 siblings, 0 replies; 9+ messages in thread
From: Stefan Strogin @ 2019-04-17 5:45 UTC (permalink / raw
To: gentoo-commits
commit: 896e902d7a6b2f310e93d6e36fad6697890802d5
Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Wed Apr 17 05:02:42 2019 +0000
Commit: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
CommitDate: Wed Apr 17 05:40:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=896e902d
README: update overlay installation instructions
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index badffff..924f0e3 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,12 @@ LibreSSL which don't have the 'libressl' USE flag yet.
## How to install the overlay
-With paludis: see [Paludis repository configuration](http://paludis.exherbo.org/configuration/repositories/index.html)
-
-With layman:
-```layman -f -o https://raw.githubusercontent.com/gentoo/libressl/master/libressl-overlay.xml -a libressl``` or ```layman -a libressl```
+Use [`eselect-repository`](https://wiki.gentoo.org/wiki/Eselect/Repository):
+```
+# eselect repository enable libressl
+```
+Now you can use `emerge --sync` or `emaint sync -r libressl` to sync this
+repository.
## links
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2019-04-18 3:40 Stefan Strogin
0 siblings, 0 replies; 9+ messages in thread
From: Stefan Strogin @ 2019-04-18 3:40 UTC (permalink / raw
To: gentoo-commits
commit: c153576e2e9a3a9ab60a859294ff96a4ad9f1334
Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Thu Apr 18 03:19:38 2019 +0000
Commit: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
CommitDate: Thu Apr 18 03:33:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=c153576e
Drop deprecated libressl-overlay.xml
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
libressl-overlay.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/libressl-overlay.xml b/libressl-overlay.xml
deleted file mode 100644
index bb02709..0000000
--- a/libressl-overlay.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
-<repositories xmlns="" version="1.0">
- <repo quality="experimental" status="official">
- <name>libressl</name>
- <description lang="en">LibreSSL ebuilds testing repository</description>
- <homepage>https://github.com/gentoo/libressl</homepage>
- <owner type="person">
- <email>hasufell@gentoo.org</email>
- <name>Julian Ospald</name>
- </owner>
- <source type="git">git@github.com:gentoo/libressl.git</source>
- <source type="git">https://github.com/gentoo/libressl.git</source>
- <feed>http://github.com/feeds/gentoo/commits/libressl/master</feed>
- </repo>
-</repositories>
-
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2019-07-20 0:19 Stefan Strogin
0 siblings, 0 replies; 9+ messages in thread
From: Stefan Strogin @ 2019-07-20 0:19 UTC (permalink / raw
To: gentoo-commits
commit: 2824a36ed1f84394f938a25758db97eed8ff6fe6
Author: Aidan Harris <me <AT> aidanharr <DOT> is>
AuthorDate: Sun Jul 7 22:58:30 2019 +0000
Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 23:20:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2824a36e
Fix travis-ci by upgrading from the deprecated 13.0 profile to the 17.0 profile
Signed-off-by: Aidan Harris <me <AT> aidanharr.is>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index befef0a..7010d33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ notifications:
env:
global:
- PORTAGE_VER="2.3.52"
+ - PORTAGE_PROFILE="default/linux/amd64/17.0"
before_install:
- sudo apt-get -qq update
- pip install lxml pyyaml
@@ -27,7 +28,7 @@ before_script:
- echo "portage::250:portage,travis" >> /etc/group
- wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
- ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
- - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile
+ - ln -s /usr/portage/profiles/${PORTAGE_PROFILE} /etc/portage/make.profile
- cd travis-overlay
script:
- ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -i -d"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2021-02-03 19:13 Quentin Retornaz
0 siblings, 0 replies; 9+ messages in thread
From: Quentin Retornaz @ 2021-02-03 19:13 UTC (permalink / raw
To: gentoo-commits
commit: 11ebe5cd08b5ec9ab8a5c8cf1010f326bc2873aa
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Wed Feb 3 19:08:00 2021 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Wed Feb 3 19:12:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=11ebe5cd
Merge branch 'dummy-openssl'
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
{www-client/w3mmee => dev-libs/openssl}/metadata.xml | 9 +++++++--
dev-libs/openssl/openssl-2.9.2.ebuild | 13 +++++++++++++
dev-libs/openssl/openssl-3.1.3.ebuild | 13 +++++++++++++
3 files changed, 33 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2021-04-30 16:27 Quentin Retornaz
0 siblings, 0 replies; 9+ messages in thread
From: Quentin Retornaz @ 2021-04-30 16:27 UTC (permalink / raw
To: gentoo-commits
commit: cc697a0412fb008f3c203b9bc4b13fc18163fcd7
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Fri Apr 30 16:26:33 2021 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Fri Apr 30 16:26:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=cc697a04
update README for libressl deprecation on ::gentoo
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 924f0e3..8e45e40 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# LibreSSL ebuilds testing repo
-LibreSSL is already in Gentoo, but still requires [a lot of ebuilds](https://github.com/gentoo/libressl/wiki/Transition-plan#packages-not-converted-yet)
+LibreSSL requires [a lot of ebuilds](https://github.com/gentoo/libressl/wiki/Transition-plan#packages-not-converted-yet)
to be fixed. This overlay serves as a testing ground and makes testing easier
by providing an openssl dummy ebuild, so you can compile packages against
-LibreSSL which don't have the 'libressl' USE flag yet.
+LibreSSL which don't have the 'libressl' USE flag.
## How to install the overlay
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2021-05-01 15:07 Quentin Retornaz
0 siblings, 0 replies; 9+ messages in thread
From: Quentin Retornaz @ 2021-05-01 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 871f6e036542eac8d2047059b6f40a598329b338
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Sat May 1 15:05:54 2021 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Sat May 1 15:06:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=871f6e03
update README.md for libressl USE flag deprecation
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8e45e40..069a95f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,13 @@
LibreSSL requires [a lot of ebuilds](https://github.com/gentoo/libressl/wiki/Transition-plan#packages-not-converted-yet)
to be fixed. This overlay serves as a testing ground and makes testing easier
by providing an openssl dummy ebuild, so you can compile packages against
-LibreSSL which don't have the 'libressl' USE flag.
+LibreSSL.
+
+The `libressl` USE flag is no longer used on main portage tree.
+The dummy `dev-libs/openssl` package on this overlay only depends
+on `dev-libs/libressl` to fix dependency.
+This overlay goal is to provide ebuilds that require patches for build
+to succeed where dummy package dependency isn’t enough.
## How to install the overlay
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2021-05-26 16:00 Quentin Retornaz
0 siblings, 0 replies; 9+ messages in thread
From: Quentin Retornaz @ 2021-05-26 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 6473688365c2879b51b75ba399fe231b887e1131
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Wed May 26 16:00:06 2021 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Wed May 26 16:00:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=64736883
README.md: update Contact section
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 069a95f..36ccb7e 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,5 @@ repository.
## Contact
[![Gitter chat](https://badges.gitter.im/gentoo/libressl.png)](https://gitter.im/gentoo/libressl)
+
+[IRC on Libera.Chat](irc://irc.libera.chat/gentoo-libressl)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2021-05-26 16:03 Quentin Retornaz
0 siblings, 0 replies; 9+ messages in thread
From: Quentin Retornaz @ 2021-05-26 16:03 UTC (permalink / raw
To: gentoo-commits
commit: e4e268e12fc02a0b273a5ab281c10153d5836900
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Wed May 26 16:00:06 2021 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Wed May 26 16:02:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=e4e268e1
README.md: update Contact section
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 069a95f..f415c8f 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,5 @@ repository.
## Contact
[![Gitter chat](https://badges.gitter.im/gentoo/libressl.png)](https://gitter.im/gentoo/libressl)
+
+[IRC on Libera.Chat #gentoo-libressl](irc://irc.libera.chat/gentoo-libressl)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: /
@ 2024-04-02 5:08 orbea
0 siblings, 0 replies; 9+ messages in thread
From: orbea @ 2024-04-02 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 97ead340dacea9302097ea2904387e88c6cae156
Author: Saki Xi <space_raccoon <AT> riseup <DOT> net>
AuthorDate: Tue Apr 2 04:30:00 2024 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Apr 2 05:06:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=97ead340
update README.md: section to avoid file collision
Signed-off-by: Saki Xi <space_raccoon <AT> riseup.net>
Closes: https://github.com/gentoo/libressl/pull/554
Signed-off-by: orbea <orbea <AT> riseup.net>
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index f415c8f..d125e4f 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,17 @@ Use [`eselect-repository`](https://wiki.gentoo.org/wiki/Eselect/Repository):
Now you can use `emerge --sync` or `emaint sync -r libressl` to sync this
repository.
+The `dev-libs/libressl` package in this overlay causes file collisions with the
+`dev-libs/openssl::gentoo` package. When switching to this overlay first fetch
+the LibreSSL package and then remove the OpenSSL package before installing
+`dev-libs/libressl` and the `dev-libs/openssl::libressl` fake package:
+```
+# emerge -f dev-libs/libressl
+# emerge -C dev-libs/openssl
+# emerge -av1 dev-libs/libressl
+# emerge @preserved-rebuild
+```
+
## links
[Gentoo bug report](https://bugs.gentoo.org/show_bug.cgi?id=508750)
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-04-02 5:08 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 5:08 [gentoo-commits] repo/proj/libressl:master commit in: / orbea
-- strict thread matches above, loose matches on Subject: below --
2021-05-26 16:03 Quentin Retornaz
2021-05-26 16:00 Quentin Retornaz
2021-05-01 15:07 Quentin Retornaz
2021-04-30 16:27 Quentin Retornaz
2021-02-03 19:13 Quentin Retornaz
2019-07-20 0:19 Stefan Strogin
2019-04-18 3:40 Stefan Strogin
2019-04-17 5:45 Stefan Strogin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox