diff options
author | 2020-12-30 21:13:09 +0000 | |
---|---|---|
committer | 2020-12-30 21:13:09 +0000 | |
commit | 701dc0e5f898f7233e28d20a1803dac0986ebd0f (patch) | |
tree | 55664a626c14ad1f27d5d7bd436bb4f88031f16e /dev-util | |
parent | dev-util/plog: version bump and fix live versioning (diff) | |
download | sci-701dc0e5f898f7233e28d20a1803dac0986ebd0f.tar.gz sci-701dc0e5f898f7233e28d20a1803dac0986ebd0f.tar.bz2 sci-701dc0e5f898f7233e28d20a1803dac0986ebd0f.zip |
dev-util/plog: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/plog/plog-1.1.4_p20191110.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-util/plog/plog-1.1.4_p20191110.ebuild b/dev-util/plog/plog-1.1.4_p20191110.ebuild deleted file mode 100644 index 4182fda4c..000000000 --- a/dev-util/plog/plog-1.1.4_p20191110.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 - -DESCRIPTION="Portable, simple and extensible C++ logging library" -HOMEPAGE="https://github.com/SergiusTheBest/plog" - -EGIT_REPO_URI="https://github.com/simoncblyth/plog.git" -EGIT_COMMIT="04c2389fac6def5471d2c8ff87d16a67c9e4045d" -KEYWORDS="~amd64" - -LICENSE="MPL-2.0" -SLOT="0" - -src_install() { - doheader -r include/${PN} - dodoc README.md -} |