Skip to content

Commit

Permalink
Revert "Merge pull request #642 from mariux64/update-gettext-from-0.1…
Browse files Browse the repository at this point in the history
…8.1.1-to-0.19.8.1"

This reverts commit 2929957, reversing
changes made to e8b69f1.

The package was never under `/src/mariux/beeroot`, so revert the
changes, and use the version from the branch
*update-systemd-from-27-to-237*.
  • Loading branch information
pmenzel committed Feb 26, 2018
1 parent 19e7af0 commit 26a9f08
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 85 deletions.
27 changes: 27 additions & 0 deletions gettext-0.18.1.1-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/env beesh

PGRP=( uncategorized )

SRCURL[0]="http://ftp.gnu.org/gnu/gettext/gettext-0.18.1.1.tar.gz"

PATCHES[0]=""

# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
make check
}

mee_install() {
bee_install
}

85 changes: 0 additions & 85 deletions gettext.be0

This file was deleted.

0 comments on commit 26a9f08

Please sign in to comment.