Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310437 Details for
Bug 216114
new ebuild: sys-apps/etckeeper
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
etckeeper-0.62-gentoo.patch
etckeeper-0.62-gentoo.patch (text/plain), 2.36 KB, created by
Manuel Rüger (RETIRED)
on 2012-04-29 18:06:06 UTC
(
hide
)
Description:
etckeeper-0.62-gentoo.patch
Filename:
MIME Type:
Creator:
Manuel Rüger (RETIRED)
Created:
2012-04-29 18:06:06 UTC
Size:
2.36 KB
patch
obsolete
>Original patch by Luke-Jr (luke-jr+gentoobugs@utopios.org) >Minor corrections by Manuel Rueger (mrueg@rueg.eu) >See b.g.o #216144 >Gentoo specific additions > >--- Makefile.old 2012-04-29 03:51:41.630628963 +0200 >+++ Makefile 2012-04-29 03:52:20.382629475 +0200 >@@ -23,7 +23,6 @@ > $(INSTALL_DATA) $(CONFFILE) $(DESTDIR)$(etcdir)/etckeeper/etckeeper.conf > $(INSTALL_EXE) etckeeper $(DESTDIR)$(bindir)/etckeeper > $(INSTALL_DATA) etckeeper.8 $(DESTDIR)$(mandir)/man8/etckeeper.8 >- $(INSTALL_DATA) bash_completion $(DESTDIR)$(etcdir)/bash_completion.d/etckeeper > ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),apt) > $(INSTALL_DATA) apt.conf $(DESTDIR)$(etcdir)/apt/apt.conf.d/05etckeeper > mkdir -p $(DESTDIR)$(etcdir)/cruft/filters-unex >@@ -36,7 +35,6 @@ > $(INSTALL_DATA) yum-etckeeper.py $(DESTDIR)$(prefix)/lib/yum-plugins/etckeeper.py > $(INSTALL_DATA) yum-etckeeper.conf $(DESTDIR)$(etcdir)/yum/pluginconf.d/etckeeper.conf > endif >- -./etckeeper-bzr/__init__.py install --root=$(DESTDIR) ${PYTHON_INSTALL_OPTS} || echo "** bzr support not installed" > echo "** installation successful" > > clean: etckeeper.spec >--- etckeeper.conf.old 2012-04-29 02:25:43.747560772 +0200 >+++ etckeeper.conf 2012-04-29 03:15:57.903600622 +0200 >@@ -31,8 +31,10 @@ > > # The high-level package manager that's being used. > # (apt, pacman-g2, yum etc) >-HIGHLEVEL_PACKAGE_MANAGER=apt >+# For gentoo this is emerge >+HIGHLEVEL_PACKAGE_MANAGER=emerge > > # The low-level package manager that's being used. > # (dpkg, rpm, pacman-g2, etc) >-LOWLEVEL_PACKAGE_MANAGER=dpkg >+# For gentoo this is qlist >+LOWLEVEL_PACKAGE_MANAGER=qlist >--- list-installed.d/50list-installed.old 2012-04-29 02:25:33.493560638 +0200 >+++ list-installed.d/50list-installed 2012-04-29 03:14:59.583599851 +0200 >@@ -7,4 +7,6 @@ > egrep '(ok installed|ok config-files)' | cut -f2,3 > elif [ "$LOWLEVEL_PACKAGE_MANAGER" = rpm ]; then > rpm -qa --qf "%|epoch?{%{epoch}}:{0}|:%{name}-%{version}-%{release}.%{arch}\n" | sort >+elif [ "$LOWLEVEL_PACKAGE_MANAGER" = qlist ]; then >+ qlist -ICv > fi >--- update-ignore.d/01update-ignore.old 2012-04-29 02:25:27.914560566 +0200 >+++ update-ignore.d/01update-ignore 2012-04-29 03:15:46.000600464 +0200 >@@ -99,6 +99,10 @@ > ignore "*.pacorig" > ignore "*.pacsave" > nl >+ elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "qlist" ]; then >+ comment "new and old versions of conffiles, stored by emerge" >+ ignore "*.cfg_*" >+ nl > fi > > comment "old versions of files"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216114
:
180553
|
180555
|
211582
|
211584
|
211585
|
238309
|
260211
|
260218
|
264207
|
268141
|
268143
|
287769
|
293841
|
293843
|
310435
| 310437 |
310439
|
310441