[Maria-discuss] Gentoo Ebuilds for MariaDB on GitHub
I have posted the build scripts for Gentoo onto GitHub. They can be found here: http://github.com/grknight/mariadb-gentoo Gentoo downstream uses git over bzr so I thought it was the best choice. Feel free to pull from it.
On Thu, 11 Mar 2010 10:41:04 -0500, Brian Evans <grknight@scent-team.com> wrote: Brian> I have posted the build scripts for Gentoo onto GitHub. Brian> Brian> They can be found here: http://github.com/grknight/mariadb-gentoo Brian> Brian> Gentoo downstream uses git over bzr so I thought it was the best Brian> choice. Brian> Brian> Feel free to pull from it. Thanks! I've added a Gentoo sub-page to our Building MariaDB page with a link to your build scripts. http://askmonty.org/wiki/index.php/Building_MariaDB:Gentoo Right now the only thing on the page is the link and I'd like to add a brief how-to to the page, but I don't know anything about Gentoo. Do you think you could write a brief how-to on using your scripts to build MariaDB on Gentoo which I could then post to the page (giving you credit, of course)? Our wiki content is dual-licensed GNU-FDL/CC BY-SA, just like Wikipedia. Thanks again for the scripts! -- Daniel Bartholomew Monty Program - http://askmonty.org
On 3/11/2010 12:26 PM, Daniel Bartholomew wrote:
On Thu, 11 Mar 2010 10:41:04 -0500, Brian Evans <grknight@scent-team.com> wrote:
Brian> I have posted the build scripts for Gentoo onto GitHub. Brian> Brian> They can be found here: http://github.com/grknight/mariadb-gentoo Brian> Brian> Gentoo downstream uses git over bzr so I thought it was the best Brian> choice. Brian> Brian> Feel free to pull from it.
Thanks!
I've added a Gentoo sub-page to our Building MariaDB page with a link to your build scripts.
http://askmonty.org/wiki/index.php/Building_MariaDB:Gentoo
Right now the only thing on the page is the link and I'd like to add a brief how-to to the page, but I don't know anything about Gentoo.
Do you think you could write a brief how-to on using your scripts to build MariaDB on Gentoo which I could then post to the page (giving you credit, of course)? Our wiki content is dual-licensed GNU-FDL/CC BY-SA, just like Wikipedia.
emerge is the Gentoo package manager. Brief HowTo: 1. Grab the ebuilds and related files into a directory: "git clone http://github.com/grknight/mariadb-gentoo.git" 2. Add the directory to your PORTDIR_OVERLAY in /etc/make.conf. e.g. PORTDIR_OVERLAY="/usr/local/portage/mariadb-gentoo" 3. Copy the files from the distfiles directory in the repository to /usr/portage/distfiles. (This is for mariadb patches that differ from Gentoo main.) 4. Add dev-db/mariadb to your /etc/portage/package.keywords and add any optional features (USE flags) to your /etc/portage/package.use 5. emerge mariadb
On Thu, 11 Mar 2010 12:58:49 -0500, Brian Evans <grknight@scent-team.com> wrote: Brian> emerge is the Gentoo package manager. Brian> Brian> Brief HowTo: Brian> Brian> 1. Grab the ebuilds and related files into a directory: "git Brian> clone http://github.com/grknight/mariadb-gentoo.git" Brian> 2. Add the directory to your PORTDIR_OVERLAY in /etc/make.conf. Brian> e.g. PORTDIR_OVERLAY="/usr/local/portage/mariadb-gentoo" Brian> 3. Copy the files from the distfiles directory in the repository Brian> to /usr/portage/distfiles. (This is for mariadb patches that Brian> differ from Gentoo main.) Brian> 4. Add dev-db/mariadb to your /etc/portage/package.keywords and Brian> add any optional features (USE flags) to Brian> your /etc/portage/package.use 5. emerge mariadb I've added the how-to to the page. http://askmonty.org/wiki/index.php/Building_MariaDB:Gentoo Thanks! -- Daniel Bartholomew Monty Program - http://askmonty.org
On 3/11/2010 2:24 PM, Daniel Bartholomew wrote:
On Thu, 11 Mar 2010 12:58:49 -0500, Brian Evans <grknight@scent-team.com> wrote:
Brian> emerge is the Gentoo package manager. Brian> Brian> Brief HowTo: Brian> Brian> 1. Grab the ebuilds and related files into a directory: "git Brian> clone http://github.com/grknight/mariadb-gentoo.git" Brian> 2. Add the directory to your PORTDIR_OVERLAY in /etc/make.conf. Brian> e.g. PORTDIR_OVERLAY="/usr/local/portage/mariadb-gentoo" Brian> 3. Copy the files from the distfiles directory in the repository Brian> to /usr/portage/distfiles. (This is for mariadb patches that Brian> differ from Gentoo main.) Brian> 4. Add dev-db/mariadb to your /etc/portage/package.keywords and Brian> add any optional features (USE flags) to Brian> your /etc/portage/package.use 5. emerge mariadb
I've added the how-to to the page.
http://askmonty.org/wiki/index.php/Building_MariaDB:Gentoo
Thanks!
I've also asked Gentoo to include MariaDB via their bug: http://bugs.gentoo.org/show_bug.cgi?id=303130 Robin Johnson has begun to accept my changes and will be added to Gentoo proper in the future. It is still in an experimental overlay, but will be merged to the main tree. So, the above instructions are valid until Gentoo posts into the official tree. Then, Gentoo fans can simply "emerge mariadb".
Brian - thanks On Mar 15, 2010 9:13 AM, "Brian Evans" <grknight@scent-team.com> wrote: On 3/11/2010 2:24 PM, Daniel Bartholomew wrote:
On Thu, 11 Mar 2010 12:58:49 -0500, Brian Evans ... I've also asked Gentoo to include MariaDB via their bug: http://bugs.gentoo.org/show_bug.cgi?id=303130
Robin Johnson has begun to accept my changes and will be added to Gentoo proper in the future. It is still in an experimental overlay, but will be merged to the main tree. So, the above instructions are valid until Gentoo posts into the official tree. Then, Gentoo fans can simply "emerge mariadb". _______________________________________________ Mailing list: https://launchpad.net/~maria-discuss...
On 3/15/2010 9:11 AM, Brian Evans wrote:
I've also asked Gentoo to include MariaDB via their bug: http://bugs.gentoo.org/show_bug.cgi?id=303130
Gentoo fans can simply "emerge mariadb".
It's now official: http://packages.gentoo.org/package/dev-db/mariadb
On Tue, 16 Mar 2010 12:46:10 -0400 Brian Evans <grknight@scent-team.com> wrote: Brian> On 3/15/2010 9:11 AM, Brian Evans wrote: Brian> > I've also asked Gentoo to include MariaDB via their bug: Brian> > http://bugs.gentoo.org/show_bug.cgi?id=303130 Brian> > Brian> > Gentoo fans can simply "emerge mariadb". Brian> > Brian> Brian> It's now official: Brian> http://packages.gentoo.org/package/dev-db/mariadb Brian> Thanks! -- Daniel Bartholomew Monty Program - http://askmonty.org
participants (3)
-
Adam M. Dutko
-
Brian Evans
-
Daniel Bartholomew