diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-06-25 20:19:52 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-06-25 20:19:52 +0300 |
commit | 7528d3496154cd0a8daf8ada7891928798a57565 (patch) | |
tree | 62ea3674f48cb378364f6721f77f768ad8299297 /app-misc/afetch | |
parent | ci: Update TravisCI runner (diff) |
meta: Refactor ebuilds and directory structure
- Drop "-rn" (revisions) fork 9999 (live) versions. - Versioned ebuilds are now symlinked to 9999 (live) versions. This should be followed for every package from now on. - Apply `shfmt` on all ebuilds. - Update metadata.
Diffstat (limited to 'app-misc/afetch')
-rw-r--r-- | app-misc/afetch/afetch-9999.ebuild (renamed from app-misc/afetch/afetch-9999-r1.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-misc/afetch/afetch-9999-r1.ebuild b/app-misc/afetch/afetch-9999.ebuild index 61e8787..ca1fc83 100644 --- a/app-misc/afetch/afetch-9999-r1.ebuild +++ b/app-misc/afetch/afetch-9999.ebuild @@ -29,9 +29,7 @@ DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( - README.md -) +DOCS=(README.md) src_prepare() { sed -e 's/^CFLAGS =/CFLAGS +=/' \ |