summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/blogc: fix double KEYWORDSSam James2021-02-151-3/+3
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/blogc: removed outdated blockersRafael Martins2020-11-011-6/+2
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Rafael Martins <rafaelmartins@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/blogc: use HTTPS for GitHubDavid Hicks2017-07-301-4/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-text/blogc: added support to blogc-make on live ebuildRafael Martins2016-12-271-1/+3
| | | | Package-Manager: portage-2.2.28
* app-text/blogc: add git as test DEPEND for live ebuildRafael Martins2016-10-161-0/+1
| | | | Package-Manager: portage-2.2.28
* app-text/blogc: fixed live ebuild dependenciesRafael Martins2016-09-261-7/+1
| | | | Package-Manager: portage-2.2.28
* app-text/blogc: added blockers to live ebuild, to avoid conflictsRafael Martins2016-04-281-1/+3
| | | | Package-Manager: portage-2.2.26
* app-text/blogc: updated live ebuild, added new use flags.Rafael Martins2016-04-281-10/+16
| | | | Package-Manager: portage-2.2.26
* app-text/blogc: do not eautoreconf submodulesRafael Martins2016-04-201-1/+1
| | | | | | | | we don't use bundled libraries from submodules, then we don't need to run eautoreconf recursively. the correct fix here would be to disable clonning of submodules, but the git eclass does not support it. Package-Manager: portage-2.2.26
* app-text/blogc: Version bump.Rafael Martins2016-04-081-1/+1
| | | | Package-Manager: portage-2.2.26
* app-text/blogc: updated live ebuildRafael Martins2016-02-291-9/+10
| | | | Package-Manager: portage-2.2.26
* app-text/blogc: fixed dependencyRafael Martins2016-02-211-1/+1
| | | | Package-Manager: portage-2.2.26
* app-text/blogc: version bump and minor ebuild fixesRafael Martins2016-02-211-11/+5
| | | | Package-Manager: portage-2.2.26
* app-text/blogc: added missing inheritRafael G. Martins2015-10-281-0/+2
| | | | Package-Manager: portage-2.2.20.1
* app-text/blogc: call epatch user (bug #564230)Rafael G. Martins2015-10-281-0/+1
| | | | | | Thanks to Palmer Dabbelt. Package-Manager: portage-2.2.20.1
* app-text/blogc: initial commitRafael G. Martins2015-08-181-0/+59
Package-Manager: portage-2.2.15